Skip to content

Commit

Permalink
Prepare next development iteration
Browse files Browse the repository at this point in the history
Update version in build.gradle.kts.
Add unreleased version to CHANGELOG.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 committed Oct 21, 2024
1 parent b6de61d commit 5b6c3df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2024-10-21
### Changed
- Recommended minimum Gradle version is now 8.8.
Expand Down Expand Up @@ -63,6 +65,7 @@ Added by the plugin:
- `crowdinUploadSourceFiles` - Uploads the source files to Crowdin.


[Unreleased]: https://github.com/zaproxy/gradle-plugin-crowdin/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/zaproxy/gradle-plugin-crowdin/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/zaproxy/gradle-plugin-crowdin/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/zaproxy/gradle-plugin-crowdin/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

group = "org.zaproxy.gradle"
version = "0.5.0"
version = "0.6.0-SNAPSHOT"

val crowdin by configurations.creating
configurations["compileOnly"].extendsFrom(crowdin)
Expand Down

0 comments on commit 5b6c3df

Please sign in to comment.