Skip to content

Commit

Permalink
Merge pull request #26 from mauritssilvis/stable_release
Browse files Browse the repository at this point in the history
Prepare the first stable release
  • Loading branch information
mauritssilvis authored Dec 17, 2023
2 parents 8d5b7e3 + bd98516 commit f70904e
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 3 deletions.
15 changes: 15 additions & 0 deletions api/java-darts-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to the [Java darts API](https://github.com/mauritssilvis/dar
The file format is based on [keep a changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-12-17

### Changed

#### Documentation

- Improve the project documentation.

#### Dependencies

- Update the Java version from 20 to 21.
- Update the Gradle version from 8.3 to 8.5.
- Update the refreshVersions version from 0.60.0 to 0.60.3.
- Update the Lombok version from 1.18.28 to 1.18.30.

## [1.0.0-RC2] - 2023-11-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion api/java-darts-api/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-p

java-jdk = "21"

java-darts = "1.0.0-RC2"
java-darts = "1.0.0"

[libraries]

Expand Down
16 changes: 16 additions & 0 deletions cli/java-darts-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to the [Java darts CLI](https://github.com/mauritssilvis/dar
The file format is based on [keep a changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-12-17

### Changed

#### Documentation

- Extend and improve the project documentation.

#### Dependencies

- Update the Java version from 20 to 21.
- Update the Gradle version from 8.3 to 8.5.
- Update the refreshVersions version from 0.60.0 to 0.60.3.
- Update the Lombok version from 1.18.28 to 1.18.30.
- Update the JUnit version from 5.10.0 to 5.10.1.

## [1.0.0-RC2] - 2023-11-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion cli/java-darts-cli/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-p

java-jdk = "21"

java-darts = "1.0.0-RC2"
java-darts = "1.0.0"

picocli = "4.7.5"

Expand Down
16 changes: 16 additions & 0 deletions core/java-darts-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to the [Java darts core](https://github.com/mauritssilvis/da
The file format is based on [keep a changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-12-17

### Changed

#### Documentation

- Improve the project documentation.

#### Dependencies

- Update the Java version from 20 to 21.
- Update the Gradle version from 8.3 to 8.5.
- Update the refreshVersions version from 0.60.0 to 0.60.3.
- Update the Lombok version from 1.18.28 to 1.18.30.
- Update the JUnit version from 5.10.0 to 5.10.1.

## [1.0.0-RC2] - 2023-11-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion core/java-darts-core/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-p

java-jdk = "21"

java-darts = "1.0.0-RC2"
java-darts = "1.0.0"

junit-jupiter = "5.10.1"

Expand Down

0 comments on commit f70904e

Please sign in to comment.