Skip to content

Commit

Permalink
Prepare 9.1.2 release (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil authored Sep 3, 2024
2 parents deb3f27 + 1fb11e7 commit c3b42a3
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.1.2] - 2024-09-03
### Fixed
- [GH#174](https://github.com/jolicode/automapper/pull/174) Fix race condition when writing generated mappers
- [GH#167](https://github.com/jolicode/automapper/pull/167) Fix property metadata attribute name in docs
Expand Down Expand Up @@ -329,7 +331,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.1.1...HEAD
[Unreleased]: https://github.com/jolicode/automapper/compare/9.1.2...HEAD
[9.1.2]: https://github.com/janephp/janephp/compare/9.1.1...9.1.2
[9.1.1]: https://github.com/janephp/janephp/compare/9.1.0...9.1.1
[9.1.0]: https://github.com/janephp/janephp/compare/9.0.2...9.1.0
[9.0.2]: https://github.com/janephp/janephp/compare/9.0.1...9.0.2
Expand Down
2 changes: 1 addition & 1 deletion src/AutoMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
{
public const VERSION = '10.0.0-dev';
public const VERSION = '9.1.2';

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

0 comments on commit c3b42a3

Please sign in to comment.