Skip to content

Commit

Permalink
release version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Jan 25, 2022
1 parent e01ed1f commit 8b5a5c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] 2022-01-26
### Added
- Flag for thread safety

## [0.3.1] 2021-07-20
### Changed
- Better pop when doing set, and reaching max size
Expand Down Expand Up @@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Cache class
- Sync and Async decorators

[Unreleased]: https://github.com/sonic182/onecache/compare/0.3.1..HEAD
[Unreleased]: https://github.com/sonic182/onecache/compare/0.3.2..HEAD
[0.3.2]: https://github.com/sonic182/onecache/compare/0.3.1..0.3.2
[0.3.1]: https://github.com/sonic182/onecache/compare/0.3.0..0.3.1
[0.3.0]: https://github.com/sonic182/onecache/compare/0.2.0..0.3.0
[0.2.0]: https://github.com/sonic182/onecache/compare/0.1.0..0.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def requirements(filename):

setup(
name='onecache',
version='0.3.1',
version='0.3.2',
description='Python cache for sync and async code',
long_description=read_file("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8b5a5c0

Please sign in to comment.