Skip to content

Commit d072055

Browse files
github-actions[bot]meotch
authored andcommitted
chore(master): release 2.0.0
1 parent d5a1fed commit d072055

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-
".": "1.1.0"
2+
".": "2.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+
## [2.0.0](https://github.com/mxenabled/vogue/compare/1.1.0...2.0.0) (2025-12-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* bump gradle, quality plugin and snakeyaml
9+
10+
### Features
11+
12+
* bump gradle, quality plugin and snakeyaml ([d5a1fed](https://github.com/mxenabled/vogue/commit/d5a1fede1c9d35bfc904344afeef4ae77e6724c8))
13+
314
## [1.1.0](https://github.com/mxenabled/vogue/compare/1.0.3...1.1.0) (2025-11-20)
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 "1.1.0"
19+
id: "com.github.mxenabled.vogue" version "2.0.0"
2020
}
2121
2222
allprojects {

build.gradle

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

1212
group "com.mx.vogue"
13-
version "1.1.0" // x-release-please-version
13+
version "2.0.0" // x-release-please-version
1414
sourceCompatibility = JavaVersion.VERSION_17
1515
targetCompatibility = JavaVersion.VERSION_17
1616

0 commit comments

Comments
 (0)