e-invoice-api 0.2.0 → 0.2.2

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: 7abd4e9f882f09d5deaf9badc11b80bf1f72aaf0ddbeca15f40ec9a09f86c63a
4
- data.tar.gz: 8f887eb64cc01afba738f5c4aa8e07c354b9d2be27d9a915289780642a7bbebf
3
+ metadata.gz: c10256aa29267b5fb106aa71c66c94f43b56cba807134236c604545bd0f7e5ed
4
+ data.tar.gz: 1951c4845138e92e891b09587aca789629e3cb7cc28fe694f714ddf85603cafb
5
5
  SHA512:
6
- metadata.gz: 422476590fa4a603fd348bb917e7904ad11dce1854f752041283b51b65c9532b55147b4f63c2a0357957ea521b61e6f6635b328736a256978e269778d9f57689
7
- data.tar.gz: 45ad05d2208b99a1ef74c8685fd44c05d67ecfff5af222a21918b49b94e70407bc0c83cb39a73a50b771d0cbc84483b6145af552a49dad3333046b70a516cf75
6
+ metadata.gz: 85b46f9c5974e402f4771b3aff57ee20d1617a62354773eafad5c9af5a82e522a670986570ca2aeaad6bc834ba20c2465c8126e34cc71142841e2bccaaa89b1b
7
+ data.tar.gz: 72e85e984d57122c0f0cc3883d7ebfb9e2ad207f922ffdaa887081c8776c7f2d4fd049135bbd19dd14f469e3a86630cc80651e705c7378dcea8a8fe7d5054303
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.2 (2025-07-26)
4
+
5
+ Full Changelog: [v0.2.1...v0.2.2](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.2.1...v0.2.2)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** codegen related update ([470a04d](https://github.com/e-invoice-be/e-invoice-rb/commit/470a04dfb99edbbd65c59d0676fc4b36e0cffa38))
10
+ * update contribute.md ([1394279](https://github.com/e-invoice-be/e-invoice-rb/commit/13942799f64088b6eaa1f1990353135cfda80bab))
11
+
12
+ ## 0.2.1 (2025-07-15)
13
+
14
+ Full Changelog: [v0.2.0...v0.2.1](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.2.0...v0.2.1)
15
+
16
+ ### Chores
17
+
18
+ * **internal:** codegen related update ([7acdd04](https://github.com/e-invoice-be/e-invoice-rb/commit/7acdd048c3568d735c4909aa4c7c88fd73063881))
19
+
3
20
  ## 0.2.0 (2025-07-14)
4
21
 
5
22
  Full Changelog: [v0.1.3...v0.2.0](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.1.3...v0.2.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "e-invoice-api", "~> 0.2.0"
20
+ gem "e-invoice-api", "~> 0.2.2"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EInvoiceAPI
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: e-invoice-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - e-invoice
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-15 00:00:00.000000000 Z
11
+ date: 2025-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool