Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu authored Apr 8, 2020
1 parent c81a322 commit bd9b158
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Version 0.4 (2020/04/08)

**New features** :tada:

- `inspect` action is introduced. It reports missing or misconfigured attributes in your management files. [#28](https://github.com/jmatsu/license-list-plugin/pull/28)

**Breaking changes** :bomb:

- `inspect` action recognizes null as valid values but null was default values of License#url until 0.3. Since 0.4, "" (empty string) is a default value. [#28](https://github.com/jmatsu/license-list-plugin/pull/28)
- Now visualize action depends on validate and inspect actions. [#28](https://github.com/jmatsu/license-list-plugin/pull/28)

**Deprecation** :bow:

- artifactOutputDirectory has been deprecated and renamed to baseDir [#26](https://github.com/jmatsu/license-list-plugin/pull/26)

## Version 0.3 (2020/04/07)

- Fixed missing `</body>` in the html template
Expand All @@ -10,4 +25,4 @@

## Version 0.1 (2020/04/06)

- The initial version
- The initial version

0 comments on commit bd9b158

Please sign in to comment.