Skip to content

Commit fddeae8

Browse files
committed
prepare for v0.1.12
1 parent cf6da7c commit fddeae8

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.12] - 2024-10-29
2+
- [16] Stop using OpenStruct
3+
4+
*Mitchell Henke (@mitchellhenke)*
5+
16
## [0.1.11] - 2024-08-25
27
- [13] Reduce object allocations (continuation)
38
- [12] Reduce object allocations

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.11)
4+
zxcvbn (0.1.12)
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.11"
4+
VERSION = "0.1.12"
55
end

0 commit comments

Comments
 (0)