Skip to content

Commit

Permalink
Prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdw committed Jul 1, 2022
1 parent 70568fa commit 1a73ba2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [1.0.1]
## Fixed
- Fixed interaction with `wofi`. (#51)

# [1.0.0]
## Changed
- Split up `--action` into `--action` and `--target` for better handling.
Expand Down
2 changes: 1 addition & 1 deletion src/rofi_rbw/docs/rofi-rbw.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "ROFI-RBW" "1" "May 22, 2022" "Version 1.0.0" "Rofi Third-party Add-on Documentation"
.TH "ROFI-RBW" "1" "May 22, 2022" "Version 1.0.1" "Rofi Third-party Add-on Documentation"
.hy
.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion src/rofi_rbw/docs/rofi-rbw.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% ROFI-RBW(1) Version 1.0.0 | Rofi Third-party Add-on Documentation
% ROFI-RBW(1) Version 1.0.1 | Rofi Third-party Add-on Documentation
% Fabian Winter
% May 22, 2022

Expand Down
2 changes: 1 addition & 1 deletion src/rofi_rbw/rofi_rbw.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .entry import Entry
from .paths import *

__version__ = '1.0.0'
__version__ = '1.0.1'


class RofiRbw(object):
Expand Down

0 comments on commit 1a73ba2

Please sign in to comment.