File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Added
1515
16- - Add subinterpreters support for Python 3.14+ by [ @ XuehaiPan ] ( https://github.com/XuehaiPan ) in [ # 245 ] ( https://github.com/metaopt/optree/pull/245 ) .
16+ -
1717
1818### Changed
1919
2020-
2121
2222### Fixed
2323
24- - Polish docstrings and fix grammars by [ @ XuehaiPan ] ( https://github.com/XuehaiPan ) in [ # 256 ] ( https://github.com/metaopt/optree/pull/256 ) .
24+ -
2525
2626### Removed
2727
2828-
2929
3030------
3131
32+ ## [ 0.19.0] - 2025-02-23
33+
34+ ### Added
35+
36+ - Add subinterpreters support for Python 3.14+ by [ @XuehaiPan ] ( https://github.com/XuehaiPan ) in [ #245 ] ( https://github.com/metaopt/optree/pull/245 ) .
37+
38+ ### Fixed
39+
40+ - Polish docstrings and fix grammars by [ @XuehaiPan ] ( https://github.com/XuehaiPan ) in [ #256 ] ( https://github.com/metaopt/optree/pull/256 ) .
41+
42+ ------
43+
3244## [ 0.18.0] - 2025-11-14
3345
3446### Added
@@ -486,7 +498,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
486498
487499------
488500
489- [ Unreleased ] : https://github.com/metaopt/optree/compare/v0.18.0...HEAD
501+ [ Unreleased ] : https://github.com/metaopt/optree/compare/v0.19.0...HEAD
502+ [ 0.19.0 ] : https://github.com/metaopt/optree/compare/v0.18.0...v0.19.0
490503[ 0.18.0 ] : https://github.com/metaopt/optree/compare/v0.17.0...v0.18.0
491504[ 0.17.0 ] : https://github.com/metaopt/optree/compare/v0.16.0...v0.17.0
492505[ 0.16.0 ] : https://github.com/metaopt/optree/compare/v0.15.0...v0.16.0
Original file line number Diff line number Diff line change 1616
1717# pylint: disable=invalid-name
1818
19- __version__ = '0.18 .0'
19+ __version__ = '0.19 .0'
2020__license__ = 'Apache-2.0'
2121__author__ = 'OpTree Contributors'
2222__release__ = False
You can’t perform that action at this time.
0 commit comments