beni 0.8.0 → 0.8.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -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: af4d22558f53ff721de45bd8015986b1e61d4ece2746d15881026eeefb21114a
4
- data.tar.gz: f0d789174989baa91dfc4af2e3ecc04eaed2fc6e7ddcd71f2ee6e6b6ab6a8964
3
+ metadata.gz: 8d5656e41fb7820715d16d5b94372f0b2050cf56ad11e7e842dc4ee60dcfe518
4
+ data.tar.gz: e2b0ad47ed51ca369d789bd933dd5bbe620641ae1bd824fc36aece7566d40206
5
5
  SHA512:
6
- metadata.gz: e0c75f6e38ac92ea98228eb6fb2baad43ae0b87aac9fc5b5d983fb081f46cdb040bdbaba9f54daca482ae7c7c9683750f0c0703873a009e7ed21d1365dfcbd1d
7
- data.tar.gz: cf493a1aa4b9580d767580876d83a1befce9107101f7e90dfc1554367eca55c4780928f3a44f66091ac0c5e59b16151c8e88d49151ad145ce1434d8f99c282cf
6
+ metadata.gz: d588872d02521c77a54abd6db2ebfb40b0be53851d9ec1a32d0a3ee7d62b378c9bfc63f3c157bb01be21974bd2c4f5ab0494b071b25d7e582cf010b4657f8860
7
+ data.tar.gz: 6a88dd4a35c81b285d344a20b89a543e63d6e352f35c4960951de55c0fea2753c4253ee2dbc77c75c158ed3abc723436a52ee9fa0cf92a94dbb514f40c3f03fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.1](https://github.com/elct9620/beni/compare/v0.8.0...v0.8.1) (2026-07-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **beni-sys:** reject flags.mak layouts the token scan cannot read ([bed80f1](https://github.com/elct9620/beni/commit/bed80f152a3f651a4d1df36813c9521110f9c566))
9
+ * **beni:** guard const and class-variable access on non-class receivers ([3e64ae8](https://github.com/elct9620/beni/commit/3e64ae820fd94accc48b35b111a2ab3a69a46c71))
10
+ * **beni:** mark set_pending_exc unsafe and pin the exception-slot contract ([d21ff98](https://github.com/elct9620/beni/commit/d21ff98dc1ec5daef6a2152dbda01a5cc4bfa589))
11
+ * **beni:** saturate out-of-width argc instead of truncating ([e30bede](https://github.com/elct9620/beni/commit/e30bede2426b45655e35213cb64db2f495d219eb))
12
+ * **beni:** walk instance variables against a protected snapshot ([3e38d4f](https://github.com/elct9620/beni/commit/3e38d4fd9065e1619699d1da5bd652c51e7823b9))
13
+
3
14
  ## [0.8.0](https://github.com/elct9620/beni/compare/v0.7.0...v0.8.0) (2026-06-21)
4
15
 
5
16
 
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.8.0"
4
+ VERSION = "0.8.1"
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.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aotokitsuruya