We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6da7c commit fddeae8Copy full SHA for fddeae8
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [0.1.12] - 2024-10-29
2
+- [16] Stop using OpenStruct
3
+
4
+ *Mitchell Henke (@mitchellhenke)*
5
6
## [0.1.11] - 2024-08-25
7
- [13] Reduce object allocations (continuation)
8
- [12] Reduce object allocations
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- zxcvbn (0.1.11)
+ zxcvbn (0.1.12)
GEM
remote: https://rubygems.org/
lib/zxcvbn/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Zxcvbn
- VERSION = "0.1.11"
+ VERSION = "0.1.12"
end
0 commit comments