Skip to content

Commit

Permalink
prepare for v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
formigarafa committed Aug 25, 2024
1 parent a97a464 commit 812a4b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.1.11] - 2024-08-25
- [13] Reduce object allocations (continuation)
- [12] Reduce object allocations

*Jukka Rautanen (@jukra)*

## [0.1.10] - 2023-10-15
- [#10] Refactor implementation to avoid thread safety issues for user inputs

Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zxcvbn (0.1.10)
zxcvbn (0.1.11)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -64,8 +64,7 @@ GEM

PLATFORMS
arm64-darwin-21
x86_64-darwin-19
x86_64-darwin-22
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion lib/zxcvbn/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zxcvbn
VERSION = "0.1.10"
VERSION = "0.1.11"
end

0 comments on commit 812a4b1

Please sign in to comment.