File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11# Hamcrest Changes
22
3- ## Version 3.0 (Unreleased )
3+ ## Version 3.0-rc1 (24th July 2024 )
44
55### Breaking Changes
66
2020 [ #396 ] ( https://github.com/hamcrest/JavaHamcrest/issues/396 ) ,and
2121 [ #399 ] ( https://github.com/hamcrest/JavaHamcrest/issues/399 ) )
2222
23- ### Bugfixes
24-
25- TBD
2623
2724## Version 2.2 (17th October 2019)
2825
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ definition. Learn more at [Hamcrest Distributables](http://hamcrest.org/JavaHamc
2222
2323## Documentation
2424
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 )
2627
2728## Reporting Bugs/Issues
2829
@@ -34,7 +35,7 @@ after first checking that it hasn't been raised already.
3435
3536Building Hamcrest from source requires a minimum of JDK 1.8.
3637
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
3839run the following command:
3940
4041``` shell
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " org.hamcrest"
7- version = " 3.0-SNAPSHOT "
7+ version = " 3.0-rc1 "
88
99subprojects {
1010 apply plugin : ' checkstyle'
You can’t perform that action at this time.
0 commit comments