We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28991b commit 339ce2cCopy full SHA for 339ce2c
CHANGELOG.md
@@ -1,11 +1,11 @@
1
## [Unreleased]
2
3
-Features:
4
-- `TinValid::Tin.new` accept symbols or uppercase country codes.
5
-- `kind` argument accept symbols.
+## [1.2.1] - 2025-05-22
6
7
Fixes:
8
- Accept `/` for Czechia 🇨🇿
+- `TinValid::Tin.new` accept symbols or uppercase country codes.
+- `kind` argument accept symbols.
9
10
## [1.2.0] - 2025-05-14
11
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tin_valid (1.2.0)
+ tin_valid (1.2.1)
GEM
remote: https://rubygems.org/
lib/tin_valid/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module TinValid
- VERSION = "1.2.0"
+ VERSION = "1.2.1"
end
0 commit comments