e-invoice-api 0.1.0.pre.alpha.9 → 0.1.0.pre.alpha.10

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: 63d8a2650c5071d02e5d983c81dc2b15a1a3b675e9089854d322c30c82993e75
4
- data.tar.gz: c685af117abd63131cfc8c0ff2fb1cffbaa1a9a30aeda7ae54a4ba3ff5f603a4
3
+ metadata.gz: 60f414e00d9548a0b63597a7ed864a6528ad2842b6e7bc1b8f79cc82b437c938
4
+ data.tar.gz: b2a5bfbbfa07b09d5dc2c411c19001407660abb8a9740c7b258bab9fa94baeae
5
5
  SHA512:
6
- metadata.gz: 90c098916fdd7bb8cccfe173ba5ec981bc03e52277b9268badad6c435312f9279fedbb76d1c50dee0977235251ccb3d45bf999069ff98eb32624478d84a05be4
7
- data.tar.gz: 0c04ef2a3f746dbf89371e6ba26a2093a46dc44541a3903d0ce98636ce4994759a15f517121048fa204d9734c4f0ff9c3570e3cf7be103fc2c369f68edb841b8
6
+ metadata.gz: 4897727885b62a0ed41f4236126eee185f6cab2dabac261eef1391567371755f66e2467e6df67e420370fc16515b1552d321d02899d2062691b6dd8337dcf5ca
7
+ data.tar.gz: 77a6e00a26aefd9eb962a9edf957f3f41bce46b06faa5b6da8bfbed2f1d07e4a01267631cce0dce75361baaa68ef9c39398d05c91301201df7c135a064ae7a48
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.10 (2025-06-19)
4
+
5
+ Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** codegen related update ([37da841](https://github.com/e-invoice-be/e-invoice-rb/commit/37da84171a83680f186c24bd56b8f35901c80881))
10
+
3
11
  ## 0.1.0-alpha.9 (2025-06-18)
4
12
 
5
13
  Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
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.1.0.pre.alpha.9"
20
+ gem "e-invoice-api", "~> 0.1.0.pre.alpha.10"
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.1.0.pre.alpha.9"
4
+ VERSION = "0.1.0.pre.alpha.10"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: e-invoice-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.9
4
+ version: 0.1.0.pre.alpha.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - e-invoice