File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.0.22] - 2022-12-05
9+
10+ ### Added
11+
12+ - Added CHANGELOG.md for version updates (additions and changes), ingested by
13+ auto-publish functionality.
14+
15+ ## [ 0.0.21] - 2022-12-05
16+
17+ ### Changed
18+
19+ - Fix mistaken usages of placeholder "AGGREGATED" where "NOT-AGGREGATED" would
20+ be more appropriate. Ensure backwards compatibility is maintained.
21+
Original file line number Diff line number Diff line change 1515"""Orbax API."""
1616
1717# A new PyPI release will be pushed everytime `__version__` is increased.
18- __version__ = '0.0.21 '
18+ __version__ = '0.0.22 '
You can’t perform that action at this time.
0 commit comments