Skip to content

Commit 597c5ed

Browse files
Release v1.0.6
1 parent 6d1d921 commit 597c5ed

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-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.6-SNAPSHOT"
2+
".": "1.0.6"
33
}

CHANGELOG.md

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

3+
## [1.0.6](https://github.com/carlspring/s3fs-nio/compare/v1.0.5...v1.0.6) (2024-11-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Properties were not correctly passed down to the S3FileSystem. ([#858](https://github.com/carlspring/s3fs-nio/issues/858)) ([6d1d921](https://github.com/carlspring/s3fs-nio/commit/6d1d921120887e471dc77ce46cf9a125995e62c9))
9+
10+
11+
### Dependencies
12+
13+
* **upgrade:** bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 ([#853](https://github.com/carlspring/s3fs-nio/issues/853)) ([e359b1f](https://github.com/carlspring/s3fs-nio/commit/e359b1f58a1ec2f404fd60408aeea44064bfb2e5))
14+
* **upgrade:** bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.11 ([#843](https://github.com/carlspring/s3fs-nio/issues/843)) ([c0a09f1](https://github.com/carlspring/s3fs-nio/commit/c0a09f142169d0b1ef5e94797d8335e9cb7db03f))
15+
* **upgrade:** bump com.github.marschall:memoryfilesystem ([#837](https://github.com/carlspring/s3fs-nio/issues/837)) ([60c6505](https://github.com/carlspring/s3fs-nio/commit/60c6505623a691498aee914afa4f04c819fdb7b9))
16+
* **upgrade:** bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre ([#838](https://github.com/carlspring/s3fs-nio/issues/838)) ([c234719](https://github.com/carlspring/s3fs-nio/commit/c23471995727c7fd6a080c27442ce6e9cebb66bf))
17+
* **upgrade:** bump org.apache.commons:commons-lang3 ([#833](https://github.com/carlspring/s3fs-nio/issues/833)) ([e1da051](https://github.com/carlspring/s3fs-nio/commit/e1da0517977a33d450c656586405c1a3f67bcd09))
18+
* **upgrade:** bump org.junit.jupiter:junit-jupiter ([#840](https://github.com/carlspring/s3fs-nio/issues/840)) ([22cfc73](https://github.com/carlspring/s3fs-nio/commit/22cfc73481e39d5da288d038be5428ac77a9de5b))
19+
* **upgrade:** bump org.junit.jupiter:junit-jupiter ([#851](https://github.com/carlspring/s3fs-nio/issues/851)) ([a7c5818](https://github.com/carlspring/s3fs-nio/commit/a7c581867abd126fd6ac7be82b853f2b171a1d48))
20+
* **upgrade:** bump org.testcontainers:testcontainers ([#846](https://github.com/carlspring/s3fs-nio/issues/846)) ([a7e296a](https://github.com/carlspring/s3fs-nio/commit/a7e296ae8decb1fe61a3e11af16568513439832c))
21+
* **upgrade:** bump org.testcontainers:testcontainers from 1.20.2 to 1.20.3 ([#852](https://github.com/carlspring/s3fs-nio/issues/852)) ([47ffc4d](https://github.com/carlspring/s3fs-nio/commit/47ffc4d5d424174f2e3549d537d45edeaacd5b15))
22+
* **upgrade:** bump peter-evans/create-pull-request from 6 to 7 ([#834](https://github.com/carlspring/s3fs-nio/issues/834)) ([259ebba](https://github.com/carlspring/s3fs-nio/commit/259ebba87fe9f46eeee60f32a30024674d68eaa8))
23+
24+
25+
### Miscellaneous Chores
26+
27+
* **snapshot:** Prepare for v1.0.6 ([#845](https://github.com/carlspring/s3fs-nio/issues/845)) ([d6fe402](https://github.com/carlspring/s3fs-nio/commit/d6fe402bc3694c19d5d9dc429b204b6e6c737132))
28+
329
## [1.0.5](https://github.com/carlspring/s3fs-nio/compare/v1.0.4...v1.0.5) (2024-08-28)
430

531

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.6-SNAPSHOT"
103+
POM_VERSION: "1.0.6"
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.6-SNAPSHOT
2+
version=1.0.6
33
## {x-release-please-end}
44

55
# Signature key id

0 commit comments

Comments
 (0)