Skip to content

Commit 05ea1af

Browse files
BlaziusMaximusOrbax Authors
authored andcommitted
Release 0.11.24.
PiperOrigin-RevId: 800598967
1 parent 81ef211 commit 05ea1af

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

checkpoint/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.11.24] - 2025-08-28
11+
912
### Added
1013

1114
- Add support to enable orbax internal metadata inside root metadata.

checkpoint/orbax/checkpoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# A new PyPI release will be pushed everytime `__version__` is increased.
1818
# Also modify version and date in CHANGELOG.
1919
# LINT.IfChange
20-
__version__ = '0.11.23'
20+
__version__ = '0.11.24'
2121
# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
2222

2323

0 commit comments

Comments
 (0)