e-invoice-api 0.2.0 → 0.2.1

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: 65d24765d2978b4179dc27e7d42073fc7e2664724d5c6c4d8c96c4e1086012c6
4
+ data.tar.gz: 845308c7d5a19279b72d5febca108a1d1f536d8b78e6bc60275c1a9716919b60
5
5
  SHA512:
6
- metadata.gz: 422476590fa4a603fd348bb917e7904ad11dce1854f752041283b51b65c9532b55147b4f63c2a0357957ea521b61e6f6635b328736a256978e269778d9f57689
7
- data.tar.gz: 45ad05d2208b99a1ef74c8685fd44c05d67ecfff5af222a21918b49b94e70407bc0c83cb39a73a50b771d0cbc84483b6145af552a49dad3333046b70a516cf75
6
+ metadata.gz: 8de62365c77a5f8160663c02cfbc41475d7b9812de1dbe82edbb75593fbad23732bdfebb0826ee9e60afafc119ac7499b078863c2a18b782b7f89c05462941af
7
+ data.tar.gz: 2fe224afa1dcd1bd9fb8d6f0ca69ecd8caa8c2d5043852c61c2f7d0f401ab49ff786d5d4a47b16b97e69000a4250a9ad8ec55d994142f3757e9126201b5f3dcc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1 (2025-07-15)
4
+
5
+ Full Changelog: [v0.2.0...v0.2.1](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.2.0...v0.2.1)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** codegen related update ([7acdd04](https://github.com/e-invoice-be/e-invoice-rb/commit/7acdd048c3568d735c4909aa4c7c88fd73063881))
10
+
3
11
  ## 0.2.0 (2025-07-14)
4
12
 
5
13
  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.1"
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.1"
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.1
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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool