File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased] - yyyy-mm-dd
88
9+ ## [ 5.2.1] - 2020-11-30
10+
11+ - Fixed a PHP notice on "template_dirs" (#16 )
12+ - Added some more unit tests to cover some edge cases
13+
914## [ 5.2.0] - 2020-11-29
1015
1116- Support custom composer vendor autoload files using the ENV "DOCTUM_COMPOSER_AUTOLOAD_FILE"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class Doctum implements ArrayAccess
4848{
4949 public const VERSION_MAJOR = 5 ;
5050 public const VERSION_MINOR = 2 ;
51- public const VERSION_PATCH = 0 ;
51+ public const VERSION_PATCH = 1 ;
5252 public const IS_DEV = false ;
5353
5454 //@phpstan-ignore-next-line
You can’t perform that action at this time.
0 commit comments