Skip to content

Commit 7b507fc

Browse files
ajain-23copybara-github
authored andcommitted
Adding CHANGELOG.md to top-level.
PiperOrigin-RevId: 493097636
1 parent d8cd5b3 commit 7b507fc

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+

orbax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
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'

0 commit comments

Comments
 (0)