File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
13
13
14
14
### Removed
15
15
16
+ ## [ 0.1.10] - 2024-08-22
17
+
18
+ ### Changed
19
+ - [ MAJOR] Changed all commands to accept multiple paths and removed --directory input
20
+ - [ MINOR] Updated dependencies
21
+
16
22
## [ 0.1.9] - 2023-08-22
17
23
18
24
### Changed
Original file line number Diff line number Diff line change 13
13
14
14
setup (
15
15
name = 'kiba-build' ,
16
- version = '0.1.9 ' ,
16
+ version = '0.1.10 ' ,
17
17
description = 'Kiba Labs\' python building and testing utilities' ,
18
18
url = 'https://github.com/kibalabs/build-py' ,
19
19
packages = find_packages (exclude = ['tests*' ]),
32
32
},
33
33
entry_points = '''
34
34
[console_scripts]
35
- lint=buildpy.lint_check:run
36
35
lint-check=buildpy.lint_check:run
37
36
type-check=buildpy.type_check:run
38
37
security-check=buildpy.security_check:run
You can’t perform that action at this time.
0 commit comments