File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +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.4.0...HEAD
10+
11+ ## [ 1.4.0] - 2026-01-15
12+
913### Added
1014 - RBS type signatures for improved type checking and IDE support ([ #68 ] )
1115
1216### Changed
1317 - Minor fixups in gem metadata ([ #67 ] ).
1418
15- [ Unreleased ] : https://github.com/envato/zxcvbn-ruby/compare/v1.3.0...HEAD
19+ [ 1.4.0 ] : https://github.com/envato/zxcvbn-ruby/compare/v1.3.0...v1.4.0
1620[ #67 ] : https://github.com/envato/zxcvbn-ruby/pull/67
1721[ #68 ] : https://github.com/envato/zxcvbn-ruby/pull/68
1822
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Zxcvbn
4- VERSION = '1.3 .0'
4+ VERSION = '1.4 .0'
55end
You can’t perform that action at this time.
0 commit comments