Skip to content

Commit

Permalink
Merge pull request #26 from yukinarit/bump-to-0.2.7
Browse files Browse the repository at this point in the history
Bump version to 0.2.7
  • Loading branch information
yukinarit authored Apr 25, 2022
2 parents 601f17a + 01a301b commit 60d9db3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# CHANGELOG

## 0.2.7 (2022-04-25)

* Fix is_str bug with complex type hints ([d0811c2](https://github.com/yukinarit/envclasses/commit/d0811c2))
* Migrate from Pipenv to Poetry ([9c6a4d7](https://github.com/yukinarit/envclasses/commit/9c6a4d7))

## 0.2.6 (2021-12-15)

* Fix import error bug instroduced in v0.2.5 ([fd3945c](https://github.com/yukinarit/envclasses/commit/fd3945c))

## 0.2.5 (2021-12-15)

* Add LICENSE file ([d3156f0](https://github.com/yukinarit/envclasses/commit/d3156f0))
* Build API documentation with Github Actions ([d968050](https://github.com/yukinarit/envclasses/commit/d968050))
* Change development status to production/stable ([7a55098](https://github.com/yukinarit/envclasses/commit/7a55098))
* Disable parsing of str type ([4756463](https://github.com/yukinarit/envclasses/commit/4756463))
* Support python 3.10 ([00a8eda](https://github.com/yukinarit/envclasses/commit/00a8eda))
* Support python 3.9 ([5527d01](https://github.com/yukinarit/envclasses/commit/5527d01))
* Update comments and README ([a711c66](https://github.com/yukinarit/envclasses/commit/a711c66))

## 0.2.4 (2021-04-05)

* Fix _load_enum when env var is missing ([d055f5f](https://github.com/yukinarit/envclasses/commit/d055f5f))

## 0.2.3 (2020-10-10)

* Allow empty string as prefix ([9e18404](https://github.com/yukinarit/envclasses/commit/9e18404))
Expand Down
2 changes: 1 addition & 1 deletion envclasses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
'LoadEnvError',
]

__version__ = '0.2.6'
__version__ = '0.2.7'
""" Version of envclass. """

logger = logging.getLogger('envclasses')
Expand Down

0 comments on commit 60d9db3

Please sign in to comment.