Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5468f5b

Browse files
github-actions[bot]steve-todorov
authored andcommittedNov 21, 2024·
Release v2.0.0
1 parent 03cd6fb commit 5468f5b

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed
 

‎.release-please-manifest.json

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

‎CHANGELOG.md

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

3+
## [2.0.0](https://github.com/carlspring/s3fs-nio/compare/v1.0.6...v2.0.0) (2024-11-21)
4+
5+
6+
### Dependencies
7+
8+
* **upgrade:** bump org.testcontainers:testcontainers ([#865](https://github.com/carlspring/s3fs-nio/issues/865)) ([871fff3](https://github.com/carlspring/s3fs-nio/commit/871fff3a686240b8361be754a0d01b3d985f2f86))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **snapshot:** Prepare for v2.0.0 ([#864](https://github.com/carlspring/s3fs-nio/issues/864)) ([4946d83](https://github.com/carlspring/s3fs-nio/commit/4946d83e49e58706fcc951b12e071511dd73a946))
14+
315
## [1.0.6](https://github.com/carlspring/s3fs-nio/compare/v1.0.5...v1.0.6) (2024-11-20)
416

517

‎docs/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ extra:
131131
POM_GROUP_ID: org.carlspring.cloud.aws
132132
POM_ARTIFACT_ID: s3fs-nio
133133
## {x-release-please-start-version}
134-
POM_VERSION: "2.0.0-SNAPSHOT"
134+
POM_VERSION: "2.0.0"
135135
## {x-release-please-end}
136136

137137
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=2.0.0-SNAPSHOT
2+
version=2.0.0
33
## {x-release-please-end}
44

55
# Signature key id

0 commit comments

Comments
 (0)
Please sign in to comment.