Skip to content

Commit

Permalink
release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Feb 4, 2022
1 parent 546a93b commit 6499ee4
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.4.1] 2022-02-04
### Fixed
- Counting values size at decreasing

## [0.4.0] 2022-01-30
### Added
- C extension for cache value with cython
Expand Down Expand Up @@ -48,7 +52,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.4.0..HEAD
[Unreleased]: https://github.com/sonic182/onecache/compare/0.4.1..HEAD
[0.4.1]: https://github.com/sonic182/onecache/compare/0.4.0..0.4.1
[0.4.0]: https://github.com/sonic182/onecache/compare/0.3.2..0.4.0
[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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def requirements(filename):

setup(
name="onecache",
version="0.4.0",
version="0.4.1",
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 6499ee4

Please sign in to comment.