Skip to content

Commit

Permalink
1.0.0 release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario-pierbattista committed Dec 7, 2024
1 parent fab8c1a commit 42bca6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The project follows [semantic versioning](http://semver.org/). `BC` stands for a change that impacts `Backward Compatibility`.

## [Unreleased]
## [1.0.0] - 2024-12-07
### Added
* Support for PHP 8.2, 8.3, 8.4
### Removed
Expand All @@ -15,7 +16,6 @@ The project follows [semantic versioning](http://semver.org/). `BC` stands for a
### Fixed
- #153 `oneOf` check failure with PSalm


## [0.14.0] - 2023-04-21
### Added
* `ilario-pierbattista/reverse-regex` as substitute peer dependency of `icomefromthenet/reverse-regex`.
Expand Down Expand Up @@ -153,7 +153,8 @@ The project follows [semantic versioning](http://semver.org/). `BC` stands for a
* Basic best-effort shrinking.
* `sample()` and `sampleShrink()` for Generators.

[Unreleased]: https://github.com/giorgiosironi/eris/compare/0.14.1...HEAD
[Unreleased]: https://github.com/giorgiosironi/eris/compare/1.0.0...HEAD
[1.0.0]: https://github.com/giorgiosironi/eris/compare/0.14.1...1.0.0
[0.14.1]: https://github.com/giorgiosironi/eris/compare/0.14.0...0.14.1
[0.14.0]: https://github.com/giorgiosironi/eris/compare/0.13.0...0.14.0
[0.13.0]: https://github.com/giorgiosironi/eris/compare/0.12.1...0.13.0
Expand Down

0 comments on commit 42bca6a

Please sign in to comment.