From a0d1d6225f516ea3a2eeae1b14bfb48cce1a73de Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Fri, 5 Jul 2024 03:50:33 +0800 Subject: [PATCH] ver: bump version to 0.12.0 --- CHANGELOG.md | 23 ++++++++++++++++++++++- optree/version.py | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5f11ef..7aa6c159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- + +### Changed + +- + +### Fixed + +- + +### Removed + +- + +------ + +## [0.12.0] - 2024-07-05 + +### Added + - Add context manager to temporarily set the dictionary sorting mode by [@XuehaiPan](https://github.com/XuehaiPan) in [#147](https://github.com/metaopt/optree/pull/147). - Add PyPy support by [@XuehaiPan](https://github.com/XuehaiPan) in [#145](https://github.com/metaopt/optree/pull/145). - Add 32-bit wheels for Linux and Windows by [@XuehaiPan](https://github.com/XuehaiPan) in [#141](https://github.com/metaopt/optree/pull/141). @@ -293,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ------ -[Unreleased]: https://github.com/metaopt/optree/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/metaopt/optree/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/metaopt/optree/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/metaopt/optree/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/metaopt/optree/compare/v0.9.2...v0.10.0 [0.9.2]: https://github.com/metaopt/optree/compare/v0.9.1...v0.9.2 diff --git a/optree/version.py b/optree/version.py index 7b3fd004..031b7629 100644 --- a/optree/version.py +++ b/optree/version.py @@ -14,7 +14,7 @@ # ============================================================================== """OpTree: Optimized PyTree Utilities.""" -__version__ = '0.11.0' +__version__ = '0.12.0' __license__ = 'Apache License, Version 2.0' __author__ = 'OpTree Contributors' __release__ = False