Skip to content

Commit 00e22d0

Browse files
authored
Prepare 9.0.2 release (#152)
2 parents b588cfc + b34e00e commit 00e22d0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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

88
## [Unreleased]
9+
10+
## [9.0.2] - 2024-05-23
911
### Deprecated
1012
- [GH#136](https://github.com/jolicode/automapper/pull/136) Deprecate the ability to inject AST transformer factories withing stand-alone AutoMapper
1113

@@ -310,7 +312,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310312
### Fixed
311313
* [AutoMapper] [GH#179](https://github.com/janephp/janephp/pull/179) Fixing incompatible changes in Symfony 5.0
312314

313-
[Unreleased]: https://github.com/jolicode/automapper/compare/9.0.1...HEAD
315+
[Unreleased]: https://github.com/jolicode/automapper/compare/9.0.2...HEAD
316+
[9.0.2]: https://github.com/janephp/janephp/compare/9.0.1...9.0.2
314317
[9.0.1]: https://github.com/janephp/janephp/compare/9.0.0...9.0.1
315318
[9.0.0]: https://github.com/janephp/janephp/compare/9.0.0-beta.2...9.0.0
316319
[9.0.0-beta.2]: https://github.com/janephp/janephp/compare/9.0.0-beta.1...9.0.0-beta.2

src/AutoMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
3737
{
38-
public const VERSION = '10.0.0-dev';
38+
public const VERSION = '9.0.2';
3939

4040
/** @var array<GeneratedMapper<object, object>|GeneratedMapper<array<mixed>, object>|GeneratedMapper<object, array<mixed>>> */
4141
private array $mapperRegistry = [];

0 commit comments

Comments
 (0)