Skip to content

Commit c46ed35

Browse files
committed
chore: Update code version to 2.7.1, document changes
1 parent ae088de commit c46ed35

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [2.7.1] - 2023-12-06
9+
10+
### Fixed
11+
12+
- Fixed a bug where a `CURLStreamFile` would report itself as unreadable,
13+
causing HTTP(S) and S3 deserialization to fail
14+
815
## [2.7.0] - 2023-12-06
916

1017
### Added
@@ -258,6 +265,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
258265
- `get_gpu_name`
259266
- `no_init_or_tensor`
260267

268+
[2.7.0]: https://github.com/coreweave/tensorizer/compare/v2.7.0...v2.7.1
261269
[2.7.0]: https://github.com/coreweave/tensorizer/compare/v2.6.0...v2.7.0
262270
[2.6.0]: https://github.com/coreweave/tensorizer/compare/v2.5.1...v2.6.0
263271
[2.5.1]: https://github.com/coreweave/tensorizer/compare/v2.5.0...v2.5.1

tensorizer/_version.py

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

0 commit comments

Comments
 (0)