Skip to content

Commit 812a4b1

Browse files
committed
prepare for v0.1.11
1 parent a97a464 commit 812a4b1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [0.1.10] - 2023-10-15
28
- [#10] Refactor implementation to avoid thread safety issues for user inputs
39

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
zxcvbn (0.1.10)
4+
zxcvbn (0.1.11)
55

66
GEM
77
remote: https://rubygems.org/
@@ -64,8 +64,7 @@ GEM
6464

6565
PLATFORMS
6666
arm64-darwin-21
67-
x86_64-darwin-19
68-
x86_64-darwin-22
67+
x86_64-darwin-23
6968
x86_64-linux
7069

7170
DEPENDENCIES

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.10"
4+
VERSION = "0.1.11"
55
end

0 commit comments

Comments
 (0)