We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f2afa commit 1b1dd7eCopy full SHA for 1b1dd7e
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-== Next
+== 1.0.8
2
* New command to print password to screen, patch by @terabyte
3
* New option to exclude specific characters when generating new passwords, patch by @alex0112
4
* Update (and loosen up) clipboard dependency
lib/pws/version.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
class PWS
- VERSION = '1.0.7'
+ VERSION = "1.0.8"
5
end
0 commit comments