We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97a464 commit 812a4b1Copy full SHA for 812a4b1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.1.11] - 2024-08-25
2
+- [13] Reduce object allocations (continuation)
3
+- [12] Reduce object allocations
4
+
5
+ *Jukka Rautanen (@jukra)*
6
7
## [0.1.10] - 2023-10-15
8
- [#10] Refactor implementation to avoid thread safety issues for user inputs
9
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- zxcvbn (0.1.10)
+ zxcvbn (0.1.11)
GEM
remote: https://rubygems.org/
@@ -64,8 +64,7 @@ GEM
64
65
PLATFORMS
66
arm64-darwin-21
67
- x86_64-darwin-19
68
- x86_64-darwin-22
+ x86_64-darwin-23
69
x86_64-linux
70
71
DEPENDENCIES
lib/zxcvbn/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Zxcvbn
- VERSION = "0.1.10"
+ VERSION = "0.1.11"
end
0 commit comments