Skip to content

Commit a2b1ea9

Browse files
committed
chore(release): release 9.3.1
1 parent ea046a5 commit a2b1ea9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ 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+
## [9.3.0] - 2025-03-07
10+
### Fixed
11+
- [GH#236](https://github.com/jolicode/automapper/pull/236) Fix null values being used in constructor arguments when not allowed
912

1013
## [9.3.0] - 2025-03-07
1114
### Added

src/AutoMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
4040
{
41-
public const VERSION = '10.0.0-dev';
41+
public const VERSION = '9.3.1';
4242

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

0 commit comments

Comments
 (0)