Skip to content

Commit

Permalink
Bump version to 2.5.1-groovy-4
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed Aug 21, 2023
1 parent 9f23feb commit 7bbec9a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Version compatibility:

| Java | Groovy | Spock | spock-reports |
|-------|--------|----------------|-------------------------|
| 8+ | 4.0+ | 2.3-groovy-4.0 | <b>2.5.0-groovy-4.0</b> |
| 8+ | 4.0+ | 2.3-groovy-4.0 | <b>2.5.1-groovy-4.0</b> |
| 8+ | 3.0+ | 2.3-groovy-3.0 | <b>2.5.0-groovy-3.0</b> |
| 8+ | 2.5+ | 2.0-groovy-2.5 | <b>2.0-groovy-2.5</b> |
| 7, 8 | 2.4+ | 1.3+ | <b>1.8.0</b> |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
defaultTasks 'check'

group = 'com.athaydes'
version = "2.5.0-groovy-4.0"
version = "2.5.1-groovy-4.0"
description = 'This project is a global extension for Spock to create test (or, in Spock terms, Specifications) reports.'

sourceCompatibility = '1.8'
Expand Down
4 changes: 4 additions & 0 deletions news.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

> Most recent first
* `21st of August 2023`

Very minor fix in template report.

* `03rd of May 2023`

Bug fixes release sorting out an important change from Spock 2: `@Unrolled` became the default, so spock-reports
Expand Down
4 changes: 4 additions & 0 deletions releases/Release_Notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.5.1-groovy-4 - 2023 August 21

* Fixed bug in default template report.

2.5.0-groovy-4 - 2023 May 03

* Fixed how Unrolled feature is determined (changed in Spock 2 to be the default).
Expand Down

0 comments on commit 7bbec9a

Please sign in to comment.