Skip to content

Commit

Permalink
Prepare for version 3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tumbarumba committed Jul 24, 2024
1 parent 1703e95 commit 750dc36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 1 addition & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hamcrest Changes

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

### Breaking Changes

Expand All @@ -20,9 +20,6 @@
[#396](https://github.com/hamcrest/JavaHamcrest/issues/396),and
[#399](https://github.com/hamcrest/JavaHamcrest/issues/399))

### Bugfixes

TBD

## Version 2.2 (17th October 2019)

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ definition. Learn more at [Hamcrest Distributables](http://hamcrest.org/JavaHamc

## Documentation

Documentation can be found on the [Hamcrest site](http://hamcrest.org).
Documentation can be found on the [Hamcrest site](http://hamcrest.org). For a detailed list of recent changes,
see [CHANGES.md](CHANGES.md)

## Reporting Bugs/Issues

Expand All @@ -34,7 +35,7 @@ after first checking that it hasn't been raised already.

Building Hamcrest from source requires a minimum of JDK 1.8.

Clone the repository, and from the top level directory in the repo
Clone the repository, and from the top level directory in the repo workspace
run the following command:

```shell
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "org.hamcrest"
version = "3.0-SNAPSHOT"
version = "3.0-rc1"

subprojects {
apply plugin: 'checkstyle'
Expand Down

0 comments on commit 750dc36

Please sign in to comment.