Skip to content

Commit 865da4e

Browse files
committed
Prepare for release
1 parent 12374e4 commit 865da4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## UNRELEASED (0.14.0)
5+
## [0.14.0](https://github.com/brick/math/releases/tag/0.14.0) - 2025-08-29
66

77
**New features**
88

@@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file.
1717
- Minimum PHP version is now 8.2
1818
- `BigNumber` classes are now `readonly`
1919
- `BigNumber` is now marked as sealed: it must not be extended outside of this package
20-
- exception classes are now `final`
20+
- Exception classes are now `final`
2121

2222
## [0.13.1](https://github.com/brick/math/releases/tag/0.13.1) - 2025-03-29
2323

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ existing code, etc.), `y` is incremented.
3838

3939
**When a breaking change is introduced, a new `0.x` version cycle is always started.**
4040

41-
It is therefore safe to lock your project to a given release cycle, such as `^0.13`.
41+
It is therefore safe to lock your project to a given release cycle, such as `^0.14`.
4242

4343
If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/math/releases)
4444
for a list of changes introduced by each further `0.x.0` version.

0 commit comments

Comments
 (0)