Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit dc29d33

Browse files
author
danielbannert
committed
update changelog
1 parent 0b30a6d commit dc29d33

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ return [
77
(new ChangelogConfig(
88
'narrowspark',
99
'automatic',
10-
'v0.3.6',
10+
'v0.4.0',
1111
['Added', 'Changed', 'Deprecated', 'Removed', 'Fixed', 'Security']
1212
))
1313
];

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v0.4.0
2+
3+
- Total issues resolved: **6**
4+
- Total pull requests resolved: **0**
5+
- Total contributors: **1**
6+
7+
### Added
8+
9+
- [56: Add documentation](https://github.com/narrowspark/automatic/issues/56) thanks to @prisis
10+
- [52: Show a warning if a key can't be executed](https://github.com/narrowspark/automatic/issues/52) thanks to @prisis
11+
- [50: Add a skip tags manager ](https://github.com/narrowspark/automatic/issues/50) thanks to @prisis
12+
13+
### Changed
14+
15+
- [55: Move configurations for the configurators to a new automatic key configurators](https://github.com/narrowspark/automatic/issues/55) thanks to @prisis
16+
- [45: Rename ClassLoader to ClassFinder and added composer autoloader support to finder](https://github.com/narrowspark/automatic/issues/45) thanks to @prisis
17+
18+
### Fixed
19+
20+
- [58: Fixed autoloading for script executors and package configurators](https://github.com/narrowspark/automatic/issues/58) thanks to @prisis
21+
122
## v0.3.6
223

324
- Total issues resolved: **0**

0 commit comments

Comments
 (0)