File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 1919class 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[]
You can’t perform that action at this time.
0 commit comments