Skip to content

Commit

Permalink
chore: update changelog for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaasler committed May 18, 2021
1 parent 5260a93 commit 0b797d8
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v1.0.0"></a>
## v1.0.0 - 2021-05-18

### Features
- **cli:** add short version option
- **cli:** allow config file without extension forcing yaml type
- **cli:** display version and keep build info data
- **cli:** add cli
- **merge:** add merge functionality

### Code Refactoring
- **cli:** check errors when binding viper with cobra
- **cli:** create error with recommended function

### Build changes
- **changelog:** generate changelog from git log
- **lint:** lint source code
- **release:** generate rpm, deb and apk packages for linux
- **release:** use goreleaser to build release
- **release-notes:** generate release-notes for current version from git log
- **version:** generate next semantic version based on git log

### Documentation changes
- add deb, rpm and apk installation info
- add development info
- add usage info
- **help:** capitalize all short command messages


[Unreleased]: https://github.com/amplia-iiot/yutil/compare/v1.0.0...HEAD

0 comments on commit 0b797d8

Please sign in to comment.