Skip to content

Commit 44b33b5

Browse files
committed
Prepare next development iteration
Update version in build.gradle.kts. Add unreleased version to CHANGELOG. Signed-off-by: thc202 <thc202@gmail.com>
1 parent 2be0a69 commit 44b33b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
79
## [0.13.0] - 2025-02-27
810
### Changed
911
- Recommended minimum Gradle version is now 8.13.
@@ -244,6 +246,7 @@ Provided by the plugin:
244246
with a `ZapVersions.xml` from an add-on.
245247

246248

249+
[Unreleased]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.13.0...HEAD
247250
[0.13.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.12.0...v0.13.0
248251
[0.12.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.11.0...v0.12.0
249252
[0.11.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.10.0...v0.11.0

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "org.zaproxy.gradle"
10-
version = "0.13.0"
10+
version = "0.14.0-SNAPSHOT"
1111

1212
dependencies {
1313
implementation("commons-codec:commons-codec:1.17.1")

0 commit comments

Comments
 (0)