Skip to content

Commit

Permalink
ver: bump version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Nov 12, 2024
1 parent 7fb9a42 commit 540c97c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
27 changes: 22 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

-

### Changed

-

### Fixed

-

### Removed

-

------

## [0.13.1] - 2024-11-12

### Added

- Upload coverage / JUnit results / core dumps in CI workflows by [@XuehaiPan](https://github.com/XuehaiPan) in [#170](https://github.com/metaopt/optree/pull/170) and [#172](https://github.com/metaopt/optree/pull/172).
- Add more info to `tree_flatten_one_level` by [@XuehaiPan](https://github.com/XuehaiPan) in [#168](https://github.com/metaopt/optree/pull/168).
- Improve typing support for generic `PyTree[T]` and registry lookup / register functions by [@XuehaiPan](https://github.com/XuehaiPan) in [#160](https://github.com/metaopt/optree/pull/160) and [#166](https://github.com/metaopt/optree/pull/166).
Expand All @@ -25,10 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Improve typing support for `optree.dataclasses.dataclass` and `optree.dataclasses.field` by [@manulari](https://github.com/manulari) in [#165](https://github.com/metaopt/optree/pull/165).

### Removed

-

------

## [0.13.0] - 2024-10-03
Expand Down Expand Up @@ -345,7 +361,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

------

[Unreleased]: https://github.com/metaopt/optree/compare/v0.13.0...HEAD
[Unreleased]: https://github.com/metaopt/optree/compare/v0.13.1...HEAD
[0.13.1]: https://github.com/metaopt/optree/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/metaopt/optree/compare/v0.12.1...v0.13.0
[0.12.1]: https://github.com/metaopt/optree/compare/v0.11.0...v0.12.1
[0.12.0]: https://github.com/metaopt/optree/compare/v0.11.0...v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion optree/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# pylint: disable=invalid-name

__version__ = '0.13.0'
__version__ = '0.13.1'
__license__ = 'Apache License, Version 2.0'
__author__ = 'OpTree Contributors'
__release__ = False
Expand Down

0 comments on commit 540c97c

Please sign in to comment.