We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdefae commit 08fd18fCopy full SHA for 08fd18f
CHANGES.md
@@ -1,7 +1,11 @@
1
2
### dev
3
4
-[full changelog](http://github.com/yolk/valvat/compare/v1.2.1...master)
+[full changelog](http://github.com/yolk/valvat/compare/v1.3.0...master)
5
+
6
+### 1.3.0 / 2023-04-19
7
8
+[full changelog](http://github.com/yolk/valvat/compare/v1.2.1...v1.3.0)
9
10
* Checksum::FR: Correct validation for french VAT ids not starting with two numerical chars #119
11
* Equality for Valvat objects #120
lib/valvat/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Valvat
- VERSION = '1.2.1'
+ VERSION = '1.3.0'
end
0 commit comments