beni 0.8.0 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +24 -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: c7e821bb369818cd37b9cd29af9a71d561856bd67e15a95145454589c55afadb
4
+ data.tar.gz: 9354439988432e8738872f9efcaa0800e8048324eae093bfcdf818389e852cf9
5
5
  SHA512:
6
- metadata.gz: e0c75f6e38ac92ea98228eb6fb2baad43ae0b87aac9fc5b5d983fb081f46cdb040bdbaba9f54daca482ae7c7c9683750f0c0703873a009e7ed21d1365dfcbd1d
7
- data.tar.gz: cf493a1aa4b9580d767580876d83a1befce9107101f7e90dfc1554367eca55c4780928f3a44f66091ac0c5e59b16151c8e88d49151ad145ce1434d8f99c282cf
6
+ metadata.gz: 999e41210b50820308137332b7259e14219b6fd950cfd5ff1bc2210837360244689c734dc8b2e80cb7fbcca938b2f434d2657651e8c799dc60f6b12d5227d3f2
7
+ data.tar.gz: 331af76018a95658e6c87e64432783d8e4ed0a04551137db0cfcd09669538385fc2d230756c27de45467e4be6555684cf128b49614e7845fe61cbe1f3542f9cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.0](https://github.com/elct9620/beni/compare/v0.8.1...v0.9.0) (2026-07-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * **beni:** add Array::entries index walk ([844ab18](https://github.com/elct9620/beni/commit/844ab18cf1ddd945856c693c6e9d3e80f1104ae6))
9
+ * **beni:** graduate owned rest-arg format projections ([b3063c2](https://github.com/elct9620/beni/commit/b3063c23bd8d710e4aea256c44996450c00a26ac))
10
+
11
+
12
+ ### Reverts
13
+
14
+ * **beni:** withdraw owned rest-arg format projections ([d04fb52](https://github.com/elct9620/beni/commit/d04fb5241f072a19ef7e7fbd9fdd19a632211c4f))
15
+
16
+ ## [0.8.1](https://github.com/elct9620/beni/compare/v0.8.0...v0.8.1) (2026-07-03)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **beni-sys:** reject flags.mak layouts the token scan cannot read ([bed80f1](https://github.com/elct9620/beni/commit/bed80f152a3f651a4d1df36813c9521110f9c566))
22
+ * **beni:** guard const and class-variable access on non-class receivers ([3e64ae8](https://github.com/elct9620/beni/commit/3e64ae820fd94accc48b35b111a2ab3a69a46c71))
23
+ * **beni:** mark set_pending_exc unsafe and pin the exception-slot contract ([d21ff98](https://github.com/elct9620/beni/commit/d21ff98dc1ec5daef6a2152dbda01a5cc4bfa589))
24
+ * **beni:** saturate out-of-width argc instead of truncating ([e30bede](https://github.com/elct9620/beni/commit/e30bede2426b45655e35213cb64db2f495d219eb))
25
+ * **beni:** walk instance variables against a protected snapshot ([3e38d4f](https://github.com/elct9620/beni/commit/3e38d4fd9065e1619699d1da5bd652c51e7823b9))
26
+
3
27
  ## [0.8.0](https://github.com/elct9620/beni/compare/v0.7.0...v0.8.0) (2026-06-21)
4
28
 
5
29
 
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.9.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.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aotokitsuruya