Skip to content

Commit d5cd04d

Browse files
committed
Prepare v1.3.0 release
1 parent 66d9b39 commit d5cd04d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.3.0 (2023-12-06)
4+
5+
* Feature: Full PHP 8.3 compatibility.
6+
(#29 by @yadaiio and #27 by @clue)
7+
8+
* Minor documentation improvements.
9+
(#25 by @PaulRotmann, #26 by @SimonFrings and #28 by @yadaiio)
10+
11+
* Improve test suite, use GitHub actions for continuous integration (CI).
12+
(#24 by @SimonFrings)
13+
314
## 1.2.0 (2020-11-06)
415

516
* Improve test suite and add `.gitattributes` to exclude dev files from export.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This project follows [SemVer](https://semver.org/).
7878
This will install the latest supported version:
7979

8080
```bash
81-
composer require clue/utf8-react:^1.2
81+
composer require clue/utf8-react:^1.3
8282
```
8383

8484
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)