Skip to content

Commit a3cb2ba

Browse files
authored
Merge pull request #195 from coreweave/eta/v2.11.0
chore: Update code version to 2.11.0, and update the changelog
2 parents 34f578c + 18be520 commit a3cb2ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.11.0] - 2025-08-04
99

1010
### Added
1111

@@ -485,7 +485,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
485485
- `get_gpu_name`
486486
- `no_init_or_tensor`
487487

488-
[Unreleased]: https://github.com/coreweave/tensorizer/compare/v2.10.1...HEAD
488+
[2.11.0]: https://github.com/coreweave/tensorizer/compare/v2.10.1...v2.11.0
489489
[2.10.1]: https://github.com/coreweave/tensorizer/compare/v2.10.0...v2.10.1
490490
[2.10.0]: https://github.com/coreweave/tensorizer/compare/v2.9.3...v2.10.0
491491
[2.9.3]: https://github.com/coreweave/tensorizer/compare/v2.9.2...v2.9.3

tensorizer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.11.0a0"
1+
__version__ = "2.11.0"

0 commit comments

Comments
 (0)