Skip to content

Commit

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

## [Unreleased]


## [0.5.0] 2023-03-27
### Fixed
- Pypy onecache works

## [0.4.1] 2022-02-04
### Fixed
- Counting values size at decreasing
Expand Down Expand Up @@ -52,7 +57,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.1..HEAD
[Unreleased]: https://github.com/sonic182/onecache/compare/0.5.0..HEAD
[0.5.0]: https://github.com/sonic182/onecache/compare/0.4.1..0.5.0
[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
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.1",
version="0.5.0",
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 672370f

Please sign in to comment.