Skip to content

Commit 43d717d

Browse files
authored
Release 1.2.1 (#46)
1 parent 2d4d4a7 commit 43d717d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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 = '1.2.0'
4+
VERSION = '1.2.1'
55
end

0 commit comments

Comments
 (0)