beni 0.5.0 → 0.6.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/lib/beni/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7541c2f0fae8d74efa000699624548c84a1f5732419b8c6da1f28ca23a20d938
4
- data.tar.gz: 6cfa7bfab32c26dffe1e93c7eb9a364fcd61365e4453d4a2f15949202e855c85
3
+ metadata.gz: 7927ad608b4794a029d77acc4bceaa7e34a97eaacbefb7fd3adee2de2594b8f3
4
+ data.tar.gz: d467160f0e0a1d1fc4d3509645f7e3f13313d21d6a7821b80d7711b30d46fb45
5
5
  SHA512:
6
- metadata.gz: 955aafba659236d53388dcb76f02da22057922d45eefa9a941834e1f671aca20a2f7ab9a7b2bb3f8c0cef395ef039d0fc79797528474cf340b1cc9aec5b5f17f
7
- data.tar.gz: e7ad04629b7ac030dcf5ba56b91f6c5b3d84f53a4096feab944b708ee1045ac7be6549c5c33c4b055f004e82018f9d923fd37e1af9a561496dad2006ae457e57
6
+ metadata.gz: 4f5114b9eff8dc164f02108846d22ceabb13731083c8b73eb4660ffb29af1e3d6ecd78b73d07e5963f3f1c2a5bd084bc85c1f251703cdc9145c7c2d19a4ad060
7
+ data.tar.gz: eff041ef88ad87c1af6284835baf70334aad408013628efed48de5eb26ae7b7aa1b5cb9a8abbce2c032ef665acb7ba0f7fd97bb2453a850508fd98474f94b8ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.6.0](https://github.com/elct9620/beni/compare/v0.5.0...v0.6.0) (2026-06-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * **beni:** graduate object dup and clone onto Value ([fd5c9c7](https://github.com/elct9620/beni/commit/fd5c9c704af3d63bbdf6c583078f779ba1985a8d))
9
+ * **beni:** install a Rust payload into a bare data carrier ([d4c059d](https://github.com/elct9620/beni/commit/d4c059dd7d5c3190e93fef7e332ea7fc258f1e27))
10
+ * **beni:** read mruby booleans through the typed surface ([6b847fc](https://github.com/elct9620/beni/commit/6b847fce127bf244bb14867fa5ad95c4b47a21fb))
11
+ * **coverage:** track mruby C API binding coverage ([c71f832](https://github.com/elct9620/beni/commit/c71f832ed05616d8545076d143d7a27ac14bad08))
12
+
3
13
  ## [0.5.0](https://github.com/elct9620/beni/compare/v0.4.0...v0.5.0) (2026-06-08)
4
14
 
5
15
 
data/lib/beni/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Beni
4
- VERSION = "0.5.0"
4
+ VERSION = "0.6.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beni
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aotokitsuruya