Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 16, 2025
1 parent b9cb4ba commit c47c99c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0-SNAPSHOT"
".": "3.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [3.0.0](https://github.com/carlspring/s3fs-nio/compare/v2.0.0...v3.0.0) (2025-01-16)


### ⚠ BREAKING CHANGES

* `S3Path.toString()` now returns the string representation of the path instead of the URI ([#875](https://github.com/carlspring/s3fs-nio/issues/875))

### Bug Fixes

* `S3Path.toString()` now returns the string representation of the path instead of the URI ([#875](https://github.com/carlspring/s3fs-nio/issues/875)) ([b9cb4ba](https://github.com/carlspring/s3fs-nio/commit/b9cb4bad58d398c348cfbe13af3d51009c99118e))


### Miscellaneous Chores

* **snapshot:** Prepare for v3.0.0 ([#873](https://github.com/carlspring/s3fs-nio/issues/873)) ([710a0e4](https://github.com/carlspring/s3fs-nio/commit/710a0e436a6ad8f1acb75644e15b69fa5b23c8cf))

## [2.0.0](https://github.com/carlspring/s3fs-nio/compare/v1.0.6...v2.0.0) (2024-11-21)


Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ extra:
POM_GROUP_ID: org.carlspring.cloud.aws
POM_ARTIFACT_ID: s3fs-nio
## {x-release-please-start-version}
POM_VERSION: "3.0.0-SNAPSHOT"
POM_VERSION: "3.0.0"
## {x-release-please-end}

nav:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## {x-release-please-start-version}
version=3.0.0-SNAPSHOT
version=3.0.0
## {x-release-please-end}

# Signature key id
Expand Down

0 comments on commit c47c99c

Please sign in to comment.