File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Hamcrest Changes
2
2
3
- ## Version 3.0 (Unreleased )
3
+ ## Version 3.0-rc1 (24th July 2024 )
4
4
5
5
### Breaking Changes
6
6
20
20
[ #396 ] ( https://github.com/hamcrest/JavaHamcrest/issues/396 ) ,and
21
21
[ #399 ] ( https://github.com/hamcrest/JavaHamcrest/issues/399 ) )
22
22
23
- ### Bugfixes
24
-
25
- TBD
26
23
27
24
## Version 2.2 (17th October 2019)
28
25
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ definition. Learn more at [Hamcrest Distributables](http://hamcrest.org/JavaHamc
22
22
23
23
## Documentation
24
24
25
- Documentation can be found on the [ Hamcrest site] ( http://hamcrest.org ) .
25
+ Documentation can be found on the [ Hamcrest site] ( http://hamcrest.org ) . For a detailed list of recent changes,
26
+ see [ CHANGES.md] ( CHANGES.md )
26
27
27
28
## Reporting Bugs/Issues
28
29
@@ -34,7 +35,7 @@ after first checking that it hasn't been raised already.
34
35
35
36
Building Hamcrest from source requires a minimum of JDK 1.8.
36
37
37
- Clone the repository, and from the top level directory in the repo
38
+ Clone the repository, and from the top level directory in the repo workspace
38
39
run the following command:
39
40
40
41
``` shell
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group = " org.hamcrest"
7
- version = " 3.0-SNAPSHOT "
7
+ version = " 3.0-rc1 "
8
8
9
9
subprojects {
10
10
apply plugin : ' checkstyle'
You can’t perform that action at this time.
0 commit comments