eu_vat_rates_data 2026.4.4 → 2026.4.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f9ae69aeae51dcb5a31d1ae5e869dd6a3cc5b80ccb3af31efa6728c1a662299
4
- data.tar.gz: e0dd64a5a530cd692bea7c5ba3a5eb2d19aece10a982e554c911e9b45596f980
3
+ metadata.gz: 4a78e759d9010a4a2df6e469722276b0cdb7f2034d6dd0a6d789c949f8ce1004
4
+ data.tar.gz: 3eb1ad15e85789d41d68119be0cac5c6091081da03f184e01e507d864763336a
5
5
  SHA512:
6
- metadata.gz: dfccfecebf370c5f460c76dc9b63cc5b46004b2826b1089a9f5ff29f0a636ded77905f1c935bc3a2adff0f62f133cbd372c0f75d51f35613c932c3d66d7f9f09
7
- data.tar.gz: ee9423f27f2012526f4ffd75f91f31c342037022513b4c91a3cf91155cb53359a9721d53d8453a85e4c8a62d80ebc2f788b7fe51b20d8662ad96becc8568e1c2
6
+ metadata.gz: a670b237d1ac0f59baf034c76e25b199f9d6975d5a527803ad5ce11b0ab30e3a73c58057e35786c6b764b41c4360f441b57509708da71a749f4e03f74d1bffbc
7
+ data.tar.gz: d43e628acfedd3481738556e4d03c923e4f77643aca0ebe6e9bfe7a5345658704213835983d32bd6aae6b1544117e4bf9bbd0899a11a7df92deaa57265c5fa4d
data/README.md CHANGED
@@ -137,6 +137,13 @@ curl https://api.vatnode.dev/v1/vat/FI17156132 \
137
137
 
138
138
  ---
139
139
 
140
+ ## Changelog
141
+
142
+ ### 2026-04-25
143
+ - **fix:** Corrected Sweden (SE) VAT number regex — was `^SE\d{12}$`, now correctly requires the mandatory `01` suffix: `^SE\d{10}01$`.
144
+
145
+ ---
146
+
140
147
  ## License
141
148
 
142
149
  MIT
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026-04-03",
2
+ "version": "2026-04-25",
3
3
  "source": "European Commission TEDB",
4
4
  "rates": {
5
5
  "AD": {
@@ -613,7 +613,7 @@
613
613
  "super_reduced": null,
614
614
  "parking": null,
615
615
  "format": "SE + 10 digits + 01",
616
- "pattern": "^SE\\\\d{10}01$"
616
+ "pattern": "^SE\\d{10}01$"
617
617
  },
618
618
  "SI": {
619
619
  "country": "Slovenia",
@@ -1,3 +1,3 @@
1
1
  module EuVatRatesData
2
- VERSION = "2026.4.4"
2
+ VERSION = "2026.4.25"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eu_vat_rates_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 2026.4.4
4
+ version: 2026.4.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Iurii Rogulia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-03 00:00:00.000000000 Z
11
+ date: 2026-04-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: VAT rates (standard, reduced, super-reduced, parking) for 44 European
14
14
  countries — EU-27 plus Norway, Switzerland, UK, and more. Includes eu_member flag,