Skip to content

Commit

Permalink
Update version for release 1.2.5 (#230)
Browse files Browse the repository at this point in the history
Update version for release 1.2.5

---------

Co-authored-by: Chakrabarty <[email protected]>
  • Loading branch information
rajdchak and Chakrabarty authored Sep 13, 2024
1 parent b797eaf commit 8b0f359
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 306 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.2.5 (September 11, 2024)
* Enhanced error logging.
* Support tell for S3writer.
* Path-style addressing support.
* Update crates and Mountpoint dependencies.

### Breaking changes
* No breaking changes.

## v1.2.4 (July 29, 2024)

### New features
Expand Down
2 changes: 1 addition & 1 deletion s3torchconnector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "s3torchconnector"
version = "1.2.4"
version = "1.2.5"
description = "S3 connector integration for PyTorch"
requires-python = ">=3.8,<3.13"
readme = "README.md"
Expand Down
Loading

0 comments on commit 8b0f359

Please sign in to comment.