From 48fef365e8229eb8b6a358ec8f9c00144459bf71 Mon Sep 17 00:00:00 2001 From: DataHearth Date: Sun, 10 Jul 2022 12:39:35 +0200 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 12 +++++++++++- cmd/cli.go | 2 +- release.sh | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7c87d..0d62d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ ## [Unreleased] + +## [v0.5.0] - 2022-07-10 +### Bug Fixes +- **git:** use go-git for adding removed file (workaround) + +### Features +- **pkgs:** add more package manager + + ## [v0.4.0] - 2022-06-16 ### Bug Fixes @@ -71,7 +80,8 @@ - **config:** add yaml tags for yaml.v3 -[Unreleased]: https://github.com/DataHearth/config-mapper/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/DataHearth/config-mapper/compare/v0.5.0...HEAD +[v0.5.0]: https://github.com/DataHearth/config-mapper/compare/v0.4.0...v0.5.0 [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 diff --git a/cmd/cli.go b/cmd/cli.go index 7cb3dce..ea74f81 100644 --- a/cmd/cli.go +++ b/cmd/cli.go @@ -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.4.0", + Version: "v0.5.0", } var initCmd = &cobra.Command{ Use: "init", diff --git a/release.sh b/release.sh index 3a6df9d..4a8019f 100755 --- a/release.sh +++ b/release.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=v0.4.0 +VERSION=v0.5.0 log() { NTR=$'\033[0m' # * Neutral