chore: prepare new version
This commit is contained in:
parent
3dc60a4284
commit
e5bf8fa6a4
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Next
|
# 1.2.0
|
||||||
|
|
||||||
**New features**
|
**New features**
|
||||||
|
|
||||||
|
@ -10,14 +10,14 @@
|
||||||
|
|
||||||
- we don't leak our clipboard to `ps` anymore
|
- we don't leak our clipboard to `ps` anymore
|
||||||
|
|
||||||
# 1.1
|
# 1.1.0
|
||||||
|
|
||||||
**New features**
|
**New features**
|
||||||
|
|
||||||
- add support for wofi selector, a native wayland rofi clone
|
- add support for wofi selector, a native wayland rofi clone
|
||||||
- serve next-to-last item when clearing last item
|
- serve next-to-last item when clearing last item
|
||||||
|
|
||||||
# 1.0
|
# 1.0.0
|
||||||
|
|
||||||
**Breaking changes**:
|
**Breaking changes**:
|
||||||
|
|
||||||
|
|
2
main.go
2
main.go
|
@ -13,7 +13,7 @@ import (
|
||||||
"gopkg.in/alecthomas/kingpin.v2"
|
"gopkg.in/alecthomas/kingpin.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
const version = "1.1.0"
|
const version = "1.2.0"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
app = kingpin.New("clipman", "A clipboard manager for Wayland")
|
app = kingpin.New("clipman", "A clipboard manager for Wayland")
|
||||||
|
|
Loading…
Reference in a new issue