chore(doc): update changelog

This commit is contained in:
DataHearth 2022-05-23 13:19:37 +02:00
parent fab9533da1
commit 1241858027
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 34 additions and 3 deletions

View File

@ -3,8 +3,38 @@
## [Unreleased]
<a name="0.1.0"></a>
## 0.1.0 - 2022-02-27
<a name="v0.2.0"></a>
## [v0.2.0] - 2022-05-23
### Bug Fixes
- **config:** fix config path check
- **copy:** use io.Copy instead of custom copy
- **git:** use git binary for "git add"
- **git:** deleted files are not pushed
- **git:** add error handling and repo URL from config
- **rm:** remove dir even if not empty
- **stderr:** add stderr to brew command output
### Code Refactoring
- **archi:** reduce base code to one struct
- **cli:** separate functions from CLI for lisibility
- **config:** unmarshal configuration instead of raw read
- **logging:** drop pterm
### Features
- **cli:** add configuration-file persistant flag
- **cli:** add git push option with message
- **cli:** add save and load features
- **cli:** add init sub-command
- **cli:** add copy folder
- **cli:** add save command
- **cli:** implement pkgs installation
- **config:** update git configuration
- **config:** add yaml tags for yaml.v3
- **index:** add indexing system
<a name="v0.1.0"></a>
## v0.1.0 - 2022-02-27
### Bug Fixes
- **config:** fix config path check
- **copy:** use io.Copy instead of custom copy
@ -23,4 +53,5 @@
- **config:** add yaml tags for yaml.v3
[Unreleased]: https://github.com/DataHearth/config-mapper/compare/0.1.0...HEAD
[Unreleased]: https://github.com/DataHearth/config-mapper/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/DataHearth/config-mapper/compare/v0.1.0...v0.2.0