Skip to content

Commit

Permalink
Prepare 9.0.2 release (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil authored May 23, 2024
2 parents b588cfc + b34e00e commit 00e22d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

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

[Unreleased]: https://github.com/jolicode/automapper/compare/9.0.1...HEAD
[Unreleased]: https://github.com/jolicode/automapper/compare/9.0.2...HEAD
[9.0.2]: https://github.com/janephp/janephp/compare/9.0.1...9.0.2
[9.0.1]: https://github.com/janephp/janephp/compare/9.0.0...9.0.1
[9.0.0]: https://github.com/janephp/janephp/compare/9.0.0-beta.2...9.0.0
[9.0.0-beta.2]: https://github.com/janephp/janephp/compare/9.0.0-beta.1...9.0.0-beta.2
Expand Down
2 changes: 1 addition & 1 deletion src/AutoMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
{
public const VERSION = '10.0.0-dev';
public const VERSION = '9.0.2';

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

0 comments on commit 00e22d0

Please sign in to comment.