Skip to content

Commit 5ea4814

Browse files
committed
Release 1.13.0 draft
- Require PHP 8.2+ (drop PHP 7.x support) - Remove deprecated Doctrine annotations - Add demo for Ray.Compiler usage - Remove unused exception classes
1 parent b265687 commit 5ea4814

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.13.0] - 2025-11-18
9+
10+
### Changed
11+
- Require PHP 8.2+ (drop PHP 7.x support) [#129]
12+
- Remove deprecated Doctrine annotations
13+
14+
### Added
15+
- Add demo for Ray.Compiler usage [#130]
16+
17+
### Removed
18+
- Remove unused exception classes
19+
820
## [1.12.3] - 2025-11-13
921

1022
### Fixed
@@ -44,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4456

4557
Previous releases (prior to 1.11.0) are not documented in this changelog.
4658

59+
[1.13.0]: https://github.com/ray-di/Ray.Compiler/compare/1.12.3...1.13.0
4760
[1.12.3]: https://github.com/ray-di/Ray.Compiler/compare/1.12.2...1.12.3
4861
[1.12.2]: https://github.com/ray-di/Ray.Compiler/compare/1.12.1...1.12.2
4962
[1.12.1]: https://github.com/ray-di/Ray.Compiler/compare/1.12.0...1.12.1

0 commit comments

Comments
 (0)