This commit is contained in:
DataHearth 2022-06-16 18:41:39 +02:00
parent 6f24de2bd0
commit 0c8d52f32d
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
3 changed files with 15 additions and 3 deletions

View File

@ -3,6 +3,17 @@
## [Unreleased]
<a name="v0.4.0"></a>
## [v0.4.0] - 2022-06-16
### Bug Fixes
- **config:** don't throw error when file not available on OS
- **save:** remove folder before copy (avoid unwanted files)
### Features
- **cli:** add verbose flag and a spinner for pkgs
- **config:** add SSH capability with user/pass or key/pass
<a name="v0.3.0"></a>
## [v0.3.0] - 2022-06-01
### Features
@ -60,6 +71,7 @@
- **config:** add yaml tags for yaml.v3
[Unreleased]: https://github.com/DataHearth/config-mapper/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/DataHearth/config-mapper/compare/v0.4.0...HEAD
[v0.4.0]: https://github.com/DataHearth/config-mapper/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/DataHearth/config-mapper/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/DataHearth/config-mapper/compare/v0.1.0...v0.2.0

View File

@ -24,7 +24,7 @@ var rootCmd = &cobra.Command{
Short: "Manage your systems configuration",
Long: `config-mapper aims to help you manage your configurations between systems
with a single configuration file.`,
Version: "v0.3.0",
Version: "v0.4.0",
}
var initCmd = &cobra.Command{
Use: "init",

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=v0.3.0
VERSION=v0.4.0
log() {
NTR=$'\033[0m' # * Neutral