Skip to content

Commit

Permalink
prepare version 0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Mateus <rmateus@suse.com>
  • Loading branch information
rjmateus committed May 17, 2022
1 parent dd6ab0d commit a7c194c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
var rootCmd = &cobra.Command{
Use: "inter-server-sync",
Short: "Uyuni Inter Server Sync tool",
Version: "0.2.1",
Version: "0.2.2",
}

func Execute() {
Expand Down
3 changes: 3 additions & 0 deletions inter-server-sync.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-------------------------------------------------------------------
Tue May 17 14:24:28 UTC 2022 - Ricardo Mateus <rmateus@suse.com>

- version 0.2.2
* Parameter --channel-with-children didn't export data(bsc#1199089)
* Clean rhnchannelcloned table to rebuild hierarchy (bsc#1197400)
Expand Down

0 comments on commit a7c194c

Please sign in to comment.