Skip to content

Commit

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


## [0.6.0] 2023-08-11
### Added
- Compatibility and tests for python versions 3.10 and 3.11

### Removed
- Removed all cython stuff

## [0.5.0] 2023-03-27
### Fixed
- Pypy onecache works
Expand Down Expand Up @@ -57,7 +64,9 @@ 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.5.0..HEAD
[Unreleased]: https://github.com/sonic182/onecache/compare/0.6.0..HEAD
[0.6.0]: https://github.com/sonic182/onecache/compare/0.5.1..0.6.0
[0.5.1]: https://github.com/sonic182/onecache/compare/0.5.0..0.5.1
[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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def requirements(filename):

setup(
name="onecache",
version="0.5.1",
version="0.6.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 6e5096f

Please sign in to comment.