Skip to content

Commit 8c0b5ab

Browse files
committed
prepare for v0.1.13
1 parent 4c8a4c4 commit 8c0b5ab

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## [0.1.12] - 2024-10-29
27
- [16] Stop using OpenStruct
38

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
zxcvbn (0.1.12)
4+
zxcvbn (0.1.13)
55

66
GEM
77
remote: https://rubygems.org/

lib/zxcvbn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Zxcvbn
4-
VERSION = "0.1.12"
4+
VERSION = "0.1.13"
55
end

0 commit comments

Comments
 (0)