Skip to content

Commit 7ceaf7a

Browse files
authored
Prepare 9.0.0 release (#121)
2 parents 8876947 + 35918bc commit 7ceaf7a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [9.0.0] - 2024-05-06
1011
### Added
1112
- [GH#114](https://github.com/jolicode/automapper/pull/114) Introducing Mapper Attribute
1213
- [GH#117](https://github.com/jolicode/automapper/pull/117) Allow multiple source/target, allow overriding attribute with priority system
@@ -291,7 +292,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
291292
### Fixed
292293
* [AutoMapper] [GH#179](https://github.com/janephp/janephp/pull/179) Fixing incompatible changes in Symfony 5.0
293294

294-
[Unreleased]: https://github.com/jolicode/automapper/compare/9.0.0-beta.2...HEAD
295+
[Unreleased]: https://github.com/jolicode/automapper/compare/9.0.0...HEAD
296+
[9.0.0]: https://github.com/janephp/janephp/compare/9.0.0-beta.2...9.0.0
295297
[9.0.0-beta.2]: https://github.com/janephp/janephp/compare/9.0.0-beta.1...9.0.0-beta.2
296298
[9.0.0-beta.1]: https://github.com/janephp/janephp/compare/8.2.2...9.0.0-beta.1
297299
[8.2.2]: https://github.com/janephp/janephp/compare/8.2.1...8.2.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 = '9.0.0-dev';
38+
public const VERSION = '9.0.0';
3939

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

0 commit comments

Comments
 (0)