We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8a4c4 commit 8c0b5abCopy full SHA for 8c0b5ab
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [0.1.13] - 2024-11-05
2
+- [17] Optimize both allocated and retained memory usage
3
+
4
+ *zarqman (@zarqman)*
5
6
## [0.1.12] - 2024-10-29
7
- [16] Stop using OpenStruct
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- zxcvbn (0.1.12)
+ zxcvbn (0.1.13)
GEM
remote: https://rubygems.org/
lib/zxcvbn/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Zxcvbn
- VERSION = "0.1.12"
+ VERSION = "0.1.13"
end
0 commit comments