handinger 0.8.1 → 0.9.0

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: ac39fe33eef4532be4a8b24d374da675cb8f8deeaf38351f688be61a62b362aa
4
- data.tar.gz: a753f2830ebf671e83301dad1979c4558bb3187aebaa93f572da40d68468106f
3
+ metadata.gz: cc52e0f389dda854171a5d7998fcd88bdadf20dbe4f3845495f7828777c29d7b
4
+ data.tar.gz: acb159dfdcfa0a99e03173aa9cc9add7238c9bf3693007be5fcd80169e71ce05
5
5
  SHA512:
6
- metadata.gz: 91abd9f4b4c70208fd68bae48c793a4af3baa9647f9d0886b7ee6f1848780480ed6a871752d181611f38a977de0317d9ac60bd9d367c98d45bbd0bb5090c13d2
7
- data.tar.gz: cd69e6e8129c46586317d02e98cc3ab2522229bfaf2419cb34d3fe826fd787ad2f80c1db6b1d24703a36bba3666854462978b3d00a6349840c0ff26f44f0b328
6
+ metadata.gz: c7eb56402d0306e5581051efbd802d955cb927ce4204db0e28d5d2ffb18db74c3fcdbe350ab9ad3481d4f3d257d1d8bd39993c4d55cd6a3da244542d9788ce24
7
+ data.tar.gz: afbc93a2d2f5f9e33c25b2a0d2bbcf4309c44613be198d2ab2025744f34a447ea1cdfbe773b8e7ebccda4e5ae13c4980445e02da6a8333dc27bb266e1b56ff85
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.0 (2026-05-11)
4
+
5
+ Full Changelog: [v0.8.2...v0.9.0](https://github.com/ramensoft/handinger-ruby/compare/v0.8.2...v0.9.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([8a9f59a](https://github.com/ramensoft/handinger-ruby/commit/8a9f59aa0f7d2fd61119a5032a37f824bfab5f81))
10
+
11
+ ## 0.8.2 (2026-05-11)
12
+
13
+ Full Changelog: [v0.8.1...v0.8.2](https://github.com/ramensoft/handinger-ruby/compare/v0.8.1...v0.8.2)
14
+
15
+ ### Chores
16
+
17
+ * configure new SDK language ([337e427](https://github.com/ramensoft/handinger-ruby/commit/337e4273d24723fb9cee74d0bb5082b5a7b0a2e9))
18
+
3
19
  ## 0.8.1 (2026-05-11)
4
20
 
5
21
  Full Changelog: [v0.8.0...v0.8.1](https://github.com/ramensoft/handinger-ruby/compare/v0.8.0...v0.8.1)
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 "handinger", "~> 0.8.1"
20
+ gem "handinger", "~> 0.9.0"
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 Handinger
4
- VERSION = "0.8.1"
4
+ VERSION = "0.9.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: handinger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Handinger