Skip to content

Commit 72429c6

Browse files
authored
Update version for release 1.1.1 (#97)
Co-authored-by: Ilya Isaev <[email protected]>
1 parent 042dd0c commit 72429c6

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## Unreleased
22

3+
## v1.1.1 (December 11, 2023)
4+
5+
### New features
6+
* Update crates and Mountpoint dependencies
7+
* Avoid excessive memory consumption when utilizing s3map_dataset. Issue [#89](https://github.com/awslabs/s3-connector-for-pytorch/issues/89)
8+
* Run all tests against S3 and S3 Express
9+
10+
### Breaking changes
11+
* No breaking changes.
12+
13+
314
## v1.1.0 (November 29, 2023)
415

516
### New features

s3torchconnector/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
project = "Amazon S3 Connector for PyTorch"
2222
copyright = "2023, Amazon S3"
2323
author = "Amazon S3"
24-
release = "1.1.0"
24+
release = "1.1.1"
2525

2626
# -- General configuration ---------------------------------------------------
2727
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

s3torchconnector/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "s3torchconnector"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "S3 connector integration for PyTorch"
99
requires-python = ">=3.8,<3.12"
1010
classifiers = [
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
dependencies = [
2323
"torch >= 2.0.1",
24-
"s3torchconnectorclient >= 1.1.0",
24+
"s3torchconnectorclient >= 1.1.1",
2525
]
2626

2727
[project.optional-dependencies]

s3torchconnectorclient/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

s3torchconnectorclient/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s3torchconnectorclient"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
publish = false
66
license = "BSD-3-Clause"

s3torchconnectorclient/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "s3torchconnectorclient"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Internal S3 client implementation for s3torchconnector"
99
requires-python = ">=3.8,<3.12"
1010
classifiers = [

0 commit comments

Comments
 (0)