Skip to content

Commit bc21444

Browse files
Release v3.0.1
1 parent d0beaa4 commit bc21444

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.1-SNAPSHOT"
2+
".": "3.0.1"
33
}

CHANGELOG.md

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

3+
## [3.0.1](https://github.com/carlspring/s3fs-nio/compare/v3.0.0...v3.0.1) (2025-03-04)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **snapshot:** Prepare for v3.0.1 ([#884](https://github.com/carlspring/s3fs-nio/issues/884)) ([d0beaa4](https://github.com/carlspring/s3fs-nio/commit/d0beaa49ec6ff90d55ecef16c8f6c1fb4fae3f0a))
9+
310
## [3.0.0](https://github.com/carlspring/s3fs-nio/compare/v2.0.0...v3.0.0) (2025-01-17)
411

512

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
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: "3.0.1-SNAPSHOT"
134+
POM_VERSION: "3.0.1"
135135
## {x-release-please-end}
136136

137137
nav:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## {x-release-please-start-version}
2-
version=3.0.1-SNAPSHOT
2+
version=3.0.1
33
## {x-release-please-end}
44

55
# Signature key id

0 commit comments

Comments
 (0)