File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ [ Unreleased ] : https://github.com/envato/zxcvbn-ruby/compare/v1.2.1...HEAD
10+
11+ ## [ 1.2.1] - 2025-12-05
12+
913### Removed
10- - Removed the dependency on the Ruby ` benchmark ` module.
11- - Tests are no longer included in the gem package.
14+ - Removed the dependency on the Ruby ` benchmark ` module ( [ # 44 ] ) .
15+ - Tests are no longer included in the gem package ( [ # 45 ] ) .
1216
13- [ Unreleased ] : https://github.com/envato/zxcvbn-ruby/compare/v1.2.0...HEAD
17+ [ 1.2.1 ] : https://github.com/envato/zxcvbn-ruby/compare/v1.2.0...v.1.2.1
18+ [ #44 ] : https://github.com/envato/zxcvbn-ruby/pull/44
19+ [ #45 ] : https://github.com/envato/zxcvbn-ruby/pull/45
1420
1521## [ 1.2.0] - 2021-01-05
1622
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Zxcvbn
4- VERSION = '1.2.0 '
4+ VERSION = '1.2.1 '
55end
You can’t perform that action at this time.
0 commit comments