Skip to content

Commit b98cc4a

Browse files
committed
set release version
Signed-off-by: Ricardo Mateus <rmateus@suse.com>
1 parent 281faca commit b98cc4a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
var rootCmd = &cobra.Command{
1616
Use: "inter-server-sync",
1717
Short: "Uyuni Inter Server Sync tool",
18-
Version: "0.0.7",
18+
Version: "0.1.0",
1919
}
2020

2121
func Execute() {

inter-server-sync.changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
- version x.x.x
1+
-------------------------------------------------------------------
2+
Thu Mar 24 17:15:00 UTC 2022 - Ricardo Mateus <rmateus@suse.com>
3+
4+
- version 0.1.0
25
* Allow export and import of configuration channels
36
* Clean lookup cache after processing a channel (bsc#1195750)
47
* Improve lookup method for generate foreign key export

0 commit comments

Comments
 (0)