Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
krishan711 committed Aug 22, 2023
1 parent b73d058 commit a0acee1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
33 changes: 19 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,54 +13,59 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Removed

## [0.1.9] - 2023-08-22

### Changed
- [MINOR] Updated dependencies

## [0.1.8] - 2023-02-16

### Changed
-[MINOR] Update mypy to 1.0.0
-[PATCH] Fix for github annotations
- [MINOR] Update mypy to 1.0.0
- [PATCH] Fix for github annotations

## [0.1.7] - 2022-11-15

### Changed
-[MINOR] Update mypy config to avoid crash
- [MINOR] Update mypy config to avoid crash

## [0.1.6] - 2022-11-08

### Added
-[MINOR] Added bandit security checking
- [MINOR] Added bandit security checking

### Changed
-[MINOR] Improved parsing mypy results
-[MINOR] Allowed passing in custom config files for mypy and pylint
- [MINOR] Improved parsing mypy results
- [MINOR] Allowed passing in custom config files for mypy and pylint

## [0.1.5] - 2022-07-19

### Changed
-[MINOR] Updated pylint to allow longer names
- [MINOR] Updated pylint to allow longer names

## [0.1.4] - 2022-01-26

### Added
-[MINOR] Added versioning command
-[MINOR] Added deploying pre-release on push to main
- [MINOR] Added versioning command
- [MINOR] Added deploying pre-release on push to main

## [0.1.3] - 2021-08-18

### Changed
-[MINOR] Updated pylint config for binascii
- [MINOR] Updated pylint config for binascii

## [0.1.2] - 2021-06-09

### Added
-[MINOR] Added deployment to pypi
-[MINOR] Added static files to setup.py
- [MINOR] Added deployment to pypi
- [MINOR] Added static files to setup.py

## [0.1.1] - 2021-05-18

### Added
-[MINOR] Added executable scripts
- [MINOR] Added executable scripts

## [0.1.0] - 2021-05-17

### Added
-[MAJOR] Initial Commit
- [MAJOR] Initial Commit
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='kiba-build',
version='0.1.8',
version='0.1.9',
description='Kiba Labs\' python building and testing utilities',
url='https://github.com/kibalabs/build-py',
packages=find_packages(exclude=['tests*']),
Expand Down

0 comments on commit a0acee1

Please sign in to comment.