Skip to content

Commit 750dc36

Browse files
committed
Prepare for version 3.0-rc1
1 parent 1703e95 commit 750dc36

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CHANGES.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hamcrest Changes
22

3-
## Version 3.0 (Unreleased)
3+
## Version 3.0-rc1 (24th July 2024)
44

55
### Breaking Changes
66

@@ -20,9 +20,6 @@
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

README.md

+3-2
Original file line numberDiff line numberDiff 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

3536
Building 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
3839
run the following command:
3940

4041
```shell

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "org.hamcrest"
7-
version = "3.0-SNAPSHOT"
7+
version = "3.0-rc1"
88

99
subprojects {
1010
apply plugin: 'checkstyle'

0 commit comments

Comments
 (0)