From 18be520f239d4c9c3453ae37ce923ae146da4ed4 Mon Sep 17 00:00:00 2001 From: Eta Date: Mon, 4 Aug 2025 18:36:11 -0500 Subject: [PATCH] chore: Update code version to 2.11.0, and update the changelog --- CHANGELOG.md | 4 ++-- tensorizer/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1db8ba..c4d2b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.11.0] - 2025-08-04 ### Added @@ -485,7 +485,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `get_gpu_name` - `no_init_or_tensor` -[Unreleased]: https://github.com/coreweave/tensorizer/compare/v2.10.1...HEAD +[2.11.0]: https://github.com/coreweave/tensorizer/compare/v2.10.1...v2.11.0 [2.10.1]: https://github.com/coreweave/tensorizer/compare/v2.10.0...v2.10.1 [2.10.0]: https://github.com/coreweave/tensorizer/compare/v2.9.3...v2.10.0 [2.9.3]: https://github.com/coreweave/tensorizer/compare/v2.9.2...v2.9.3 diff --git a/tensorizer/_version.py b/tensorizer/_version.py index fbe28c9..7f6646a 100644 --- a/tensorizer/_version.py +++ b/tensorizer/_version.py @@ -1 +1 @@ -__version__ = "2.11.0a0" +__version__ = "2.11.0"