Skip to content

Commit d0c9c7a

Browse files
committed
v0.0.2
Signed-off-by: pizzaminded <[email protected]>
1 parent 7d7cfb3 commit d0c9c7a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.0.2] - 2021-01-30
88
### Added
99
- Support for collection of objects passed to `NestedValueObjectAttribute`
10+
### Fixed
11+
- `AbstractAttribute#assertPropertiesPresence` now returns an exception with valid Attribute FQCN
12+
- changed test paths in psalm config
13+
1014

1115
## [0.0.1] - 2021-01-09
1216
### Added

src/Dynamite/Dynamite.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
class Dynamite
2020
{
2121

22+
/**
23+
* Current lib version in semver format
24+
* @var string
25+
*/
26+
public const VERSION = '0.0.2';
27+
2228
/**
2329
* Configuration for all items in your projects
2430
* @var ItemMapping[]

0 commit comments

Comments
 (0)