Skip to content

Commit

Permalink
set release version
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Mateus <[email protected]>
  • Loading branch information
rjmateus committed Mar 24, 2022
1 parent 281faca commit b98cc4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.0.7",
Version: "0.1.0",
}

func Execute() {
Expand Down
5 changes: 4 additions & 1 deletion inter-server-sync.changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
- version x.x.x
-------------------------------------------------------------------
Thu Mar 24 17:15:00 UTC 2022 - Ricardo Mateus <[email protected]>

- version 0.1.0
* Allow export and import of configuration channels
* Clean lookup cache after processing a channel (bsc#1195750)
* Improve lookup method for generate foreign key export
Expand Down

0 comments on commit b98cc4a

Please sign in to comment.