rfmt 1.6.2-aarch64-linux-musl → 1.6.3-aarch64-linux-musl

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: aa6c616ddbd284b18c62e300ce4364e8d054c8600f23c6942fa7a42401e7c10a
4
- data.tar.gz: c8ca2b4df6665d03e498f4b73bb63e0eb0e3c220f82ab4c0015a9c0dc85bddfa
3
+ metadata.gz: c7078850390100e2e8ae2dfed7f08dac1673d2932a262e68c6d4dbe461a0083e
4
+ data.tar.gz: dba4d9bfaa9bfcefad1418de5a8c6a2c72858121ba16ef2a28a17844d836884c
5
5
  SHA512:
6
- metadata.gz: 6dc20a4215bba33dc2cb6c3425b4888ca435c41574b5891f1e0f4ed90814d177305a36407a93dad22a91115deb55579f60a63996a9323ba65ff44726768cb602
7
- data.tar.gz: 7cb0a31aa57ae2a7e61356b0d375f950d80e9b663722e2e3c06fd7a3f96fc4b335cff5d67f7af805688368307d04cfc8dda48a1971eaf462c648bf1b3998e4e2
6
+ metadata.gz: ec6e0b3bd17c026458f677707f895a436fffe714d249ecce41292c788bde73cbe2244918f336c6e70a30fe15f9b1ee7b49a4208a3d3ecdaff5b78f8e77971409
7
+ data.tar.gz: 89b2d059d8ba310db2b32bf4b7b15e8317e4fc909c11cb021e50ecf6091d620dfc261622837b778811ec0e15eab4d00b901fa6792b0b5e0098d2f1f7724c2325
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [1.6.3] - 2026-04-24
4
+
5
+ Minor stability refinements on top of the 1.6.x architecture release. See the 1.6.1 notes below for the feature set this series delivers.
6
+
3
7
  ## [1.6.2] - 2026-04-24
4
8
 
5
9
  Minor stability refinements on top of the 1.6.x architecture release. See the 1.6.1 notes below for the feature set this series delivers.
data/lib/rfmt/3.3/rfmt.so CHANGED
Binary file
data/lib/rfmt/3.4/rfmt.so CHANGED
Binary file
data/lib/rfmt/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rfmt
4
- VERSION = '1.6.2'
4
+ VERSION = '1.6.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rfmt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.2
4
+ version: 1.6.3
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - fujitani sora