We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0490a90 commit 02ce7f5Copy full SHA for 02ce7f5
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# [NEXT]
+# [0.5.0]
2
## Added
3
- Added an autotype menu that can works with all defined fields. (#17)
4
-
src/rofi_rbw/rofi_rbw.py
@@ -22,7 +22,7 @@
22
from entry import Entry
23
from paths import *
24
25
-__version__ = '0.4.1'
+__version__ = '0.5.0'
26
27
28
class RofiRbw(object):
0 commit comments