Skip to content

Commit 37e9955

Browse files
committed
Update CHANGELOG
1 parent 078d94c commit 37e9955

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- "highest"
1616

1717
steps:
18-
- uses: "actions/checkout@v4"
18+
- uses: "actions/checkout@v5"
1919

2020
- name: "Setup PHP"
2121
uses: "shivammathur/setup-php@v2"

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.0] - 2025-09-27
11+
12+
### Changed
13+
- Simplified `Result` and adjusted to suit more PHP. The main inspirations: c++23 `std::expected` and Rust's `Result`
14+
- Adjusted to PHP **8.4**
15+
- Updated PHPUnit to **v12**
16+
17+
### Removed
18+
- Class `Option`
19+
1020
## [1.2.0] - 2022-07-09
1121

1222
### Added
@@ -26,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2636
### Added
2737
- Function `iterable_search()` that returns the first key where the given value is equal.
2838

29-
[unreleased]: https://github.com/jungi-php/common/compare/v1.2.0...HEAD
39+
[unreleased]: https://github.com/jungi-php/common/compare/v2.0.0...HEAD
40+
[2.0.0]: https://github.com/jungi-php/common/compare/v1.2.0...v2.0.0
3041
[1.2.0]: https://github.com/jungi-php/common/compare/v1.1.1...v1.2.0
3142
[1.1.1]: https://github.com/jungi-php/common/compare/v1.1.0...v1.1.1
3243
[1.1.0]: https://github.com/jungi-php/common/compare/v1.0.0...v1.1.0

0 commit comments

Comments
 (0)