Skip to content

Commit b27e154

Browse files
committed
v0.1.10
1 parent ceac281 commit b27e154

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1313

1414
### Removed
1515

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+
1622
## [0.1.9] - 2023-08-22
1723

1824
### Changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='kiba-build',
16-
version='0.1.9',
16+
version='0.1.10',
1717
description='Kiba Labs\' python building and testing utilities',
1818
url='https://github.com/kibalabs/build-py',
1919
packages=find_packages(exclude=['tests*']),
@@ -32,7 +32,6 @@
3232
},
3333
entry_points='''
3434
[console_scripts]
35-
lint=buildpy.lint_check:run
3635
lint-check=buildpy.lint_check:run
3736
type-check=buildpy.type_check:run
3837
security-check=buildpy.security_check:run

0 commit comments

Comments
 (0)