We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4dcfb commit e4c5bddCopy full SHA for e4c5bdd
CHANGES.md
@@ -1,5 +1,15 @@
1
# Hamcrest Changes
2
3
+## Version 3.1 (Unreleased)
4
+
5
+### Improvements
6
7
+* TBD
8
9
+### Bugfixes
10
11
12
13
## Version 3.0 (1st August 2024)
14
15
### Breaking Changes
build.gradle
@@ -4,7 +4,7 @@ plugins {
}
group = "org.hamcrest"
-version = "3.0"
+version = "3.1-SNAPSHOT"
subprojects {
apply plugin: 'checkstyle'
0 commit comments