Skip to content

Commit 4b06ba6

Browse files
github-actions[bot]meotch
authored andcommitted
chore(master): release 5.0.0
1 parent e2a760c commit 4b06ba6

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.1"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/mxenabled/vogue/compare/4.0.1...5.0.0) (2026-07-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* bump to Gradle 9.5.1 and Jackson 3
9+
10+
### Features
11+
12+
* bump to Gradle 9.5.1 and Jackson 3 ([e2a760c](https://github.com/mxenabled/vogue/commit/e2a760c4ce7286def2dd93d80fc6f77e2e516627))
13+
314
## [4.0.1](https://github.com/mxenabled/vogue/compare/4.0.0...4.0.1) (2026-06-01)
415

516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vogue is a gradle plugin that reads and processes reports generated by the [grad
1616
_build.gradle_:
1717
```groovy
1818
plugins {
19-
id: "com.github.mxenabled.vogue" version "4.0.1"
19+
id: "com.github.mxenabled.vogue" version "5.0.0"
2020
}
2121
2222
allprojects {

build.gradle

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

1111
group "com.mx.vogue"
12-
version "4.0.1" // x-release-please-version
12+
version "5.0.0" // x-release-please-version
1313

1414
java {
1515
toolchain {

0 commit comments

Comments
 (0)