rfmt 1.6.1-x86_64-linux-musl → 1.6.2-x86_64-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: e2c5b1d14cde215211468aab5596bc203a03bd3bf2f80e4a1fd6d72af306a4bf
4
- data.tar.gz: 418be695634bc4c845ddbba61161cc717ddb012db066ddefa5c29ba96b4bd8c4
3
+ metadata.gz: e29c425447478a06107294da07aeb112f088c2c98ee8c0b37221899605eee4f2
4
+ data.tar.gz: b8e54f22e107121a3367c7320e290f53a4526e4285af68dc9fcf91d0948b1fbb
5
5
  SHA512:
6
- metadata.gz: e7a5e44fec40bb8655173a9610be6a3bb479dd6830590b3f8adf940eb5fa44224392bbc2d3f802e2e1850fa792872b024a1a723553ee055d320ef2981186b666
7
- data.tar.gz: 3659fb80551510b4ca404109909b529f073fe3d40a8f13564cba9a88a239e182d1f7faae3683508d799824d615bdfe8e5f910b6832022ebc31a02e0e13156aac
6
+ metadata.gz: 14e66d74ad98d6c5d47907f19d9374ff315cd7e88a8af56572e7c0b8bb7558239ba03b7af630124d08e512f07b3f0d7571cb94b58995a0706db0e6a46c279278
7
+ data.tar.gz: 25c3fd377ba4a2b6e1ef3dfe16bda076e8169f34f1c73d092c3a385c7d85aab48bd3b30c42b447e46632fdea349f22fc5b75d1eac0e8065a4431cb6d3cf96067
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [1.6.2] - 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.1] - 2026-04-24
4
8
 
5
9
  Follow-up release consolidating the 1.6.0 architecture work.
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.1'
4
+ VERSION = '1.6.2'
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.1
4
+ version: 1.6.2
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - fujitani sora