Skip to content

Commit 1f33c9d

Browse files
Release v1.0.1 (#710)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f1cb117 commit 1f33c9d

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1-SNAPSHOT"
2+
".": "1.0.1"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/carlspring/s3fs-nio/compare/v1.0.0...v1.0.1) (2023-05-30)
4+
5+
### Features
6+
7+
* Allow configuring cacheControl via s3fs.request.header.cache-control flag ([#711](https://github.com/carlspring/s3fs-nio/issues/711)) ([f1cb117](https://github.com/carlspring/s3fs-nio/commit/f1cb1170a824b879228eda3fb1cdfbf5d322b8d2))
8+
9+
### Miscellaneous
10+
11+
* **snapshot:** Prepare for v1.0.1 ([#709](https://github.com/carlspring/s3fs-nio/issues/709)) ([97ce1fe](https://github.com/carlspring/s3fs-nio/commit/97ce1fe384cce3c77d2fe05c3dad1a88d1b8c5d2))
12+
13+
314
## 1.0.0 (2023-05-23)
415

516

docs/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ extra:
100100
POM_GROUP_ID: org.carlspring.cloud.aws
101101
POM_ARTIFACT_ID: s3fs-nio
102102
## {x-release-please-start-version}
103-
POM_VERSION: "1.0.1-SNAPSHOT"
103+
POM_VERSION: "1.0.1"
104104
## {x-release-please-end}
105105

106106
nav:

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## {x-release-please-start-version}
2-
version=1.0.1-SNAPSHOT
2+
version=1.0.1
33
## {x-release-please-end}
44

55
# Signature key id

0 commit comments

Comments
 (0)