Skip to content

Commit 686cb28

Browse files
Release v1.0.4 (#774)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 288522d commit 686cb28

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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.4-SNAPSHOT"
2+
".": "1.0.4"
33
}

CHANGELOG.md

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

3+
## [1.0.4](https://github.com/carlspring/s3fs-nio/compare/v1.0.3...v1.0.4) (2024-01-18)
4+
5+
6+
### Dependencies
7+
8+
* **upgrade:** bump ch.qos.logback:logback-classic from 1.3.11 to 1.3.14 ([#780](https://github.com/carlspring/s3fs-nio/issues/780)) ([81657b3](https://github.com/carlspring/s3fs-nio/commit/81657b375b085378a796765c1004a63ebd3a1725))
9+
* **upgrade:** bump com.adarshr.test-logger from 3.2.0 to 4.0.0 ([#763](https://github.com/carlspring/s3fs-nio/issues/763)) ([0647085](https://github.com/carlspring/s3fs-nio/commit/06470850312e2fb1d18e8013312f7698478e6f1e))
10+
* **upgrade:** bump com.github.marschall:memoryfilesystem ([#782](https://github.com/carlspring/s3fs-nio/issues/782)) ([288522d](https://github.com/carlspring/s3fs-nio/commit/288522d7977cc353cdd65d43b8c5449d56615725))
11+
* **upgrade:** bump com.google.guava:guava from 30.1.1-jre to 33.0.0-jre ([#772](https://github.com/carlspring/s3fs-nio/issues/772)) ([6ef72b8](https://github.com/carlspring/s3fs-nio/commit/6ef72b88c1900ebaa35d44c2a7bc929043e646e8))
12+
* **upgrade:** bump org.apache.commons:commons-lang3 ([#779](https://github.com/carlspring/s3fs-nio/issues/779)) ([3b5b403](https://github.com/carlspring/s3fs-nio/commit/3b5b403f6755df2d75de35fd82d5b4e24a0cfe17))
13+
* **upgrade:** bump org.apache.tika:tika-core from 2.9.0 to 2.9.1 ([#766](https://github.com/carlspring/s3fs-nio/issues/766)) ([6beccd8](https://github.com/carlspring/s3fs-nio/commit/6beccd8aa11a4d3b9abd57b99aedf4b22f99e669))
14+
* **upgrade:** bump org.assertj:assertj-core from 3.24.2 to 3.25.1 ([#781](https://github.com/carlspring/s3fs-nio/issues/781)) ([14fd8a1](https://github.com/carlspring/s3fs-nio/commit/14fd8a17f3f050169b6492735946dc5c1f34158b))
15+
* **upgrade:** bump org.junit.jupiter:junit-jupiter ([#767](https://github.com/carlspring/s3fs-nio/issues/767)) ([073716a](https://github.com/carlspring/s3fs-nio/commit/073716af43d597d80e6e20d69e38e96750b575d7))
16+
* **upgrade:** bump org.testcontainers:testcontainers ([#770](https://github.com/carlspring/s3fs-nio/issues/770)) ([d1d984e](https://github.com/carlspring/s3fs-nio/commit/d1d984e0aae5b91601585057867f0cb0d188e1df))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* **snapshot:** Prepare for v1.0.4 ([#773](https://github.com/carlspring/s3fs-nio/issues/773)) ([eaf8607](https://github.com/carlspring/s3fs-nio/commit/eaf8607468c64f508f8a4c276e20035b28dadac9))
22+
23+
24+
### Build System
25+
26+
* Fix publishing snapshots for master branch. ([#778](https://github.com/carlspring/s3fs-nio/issues/778)) ([73a8901](https://github.com/carlspring/s3fs-nio/commit/73a89019297816636989de1b46b4cf78cab2906a))
27+
328
## [1.0.3](https://github.com/carlspring/s3fs-nio/compare/v1.0.2...v1.0.3) (2023-10-24)
429

530

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

55
# Signature key id

0 commit comments

Comments
 (0)