hiiro 0.1.262 → 0.1.263

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -1
  3. data/bin/h-pr +1 -1
  4. data/lib/hiiro/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 616dc29420ba1995cc7712aae805ee2029e4e7350c42db75b319c585b8d25797
4
- data.tar.gz: dceb49c53ab08909eb20d569ac55125621550e3cad7fdd17a92cbc4209fa695d
3
+ metadata.gz: 931f2b0401b24ebade952d44bf4e8b1089cf742608fb78e5c69f926d81d0d069
4
+ data.tar.gz: 5c3d810913d64619f280ebd4ba2ce3b9f1d9b4eed42c0ce7c245dde83da229b6
5
5
  SHA512:
6
- metadata.gz: '082e4328c8d0605d20f65ea995d1b880db868874946292682e110190d47b71e4afaf99dc82192eb7b884080e72bd7b58fa7eeab055e67486143bd2dcb601814c'
7
- data.tar.gz: 05ef6d5d0246dd7c334eac18045a561c15ad18c0141e1aa0f2a316c1887e22afab58981bd86d44c6afee361a0111589cd3004af23bbc3e6e826e0ca46011ca46
6
+ metadata.gz: bbdecb53d48ce153eaff2e43f1ab7663a7aa882d8ce96b9f4342bc0e304bee91ac11ee6b465fba22d1a75e8298a813fdee24aaed28b911ae97ff8dd24c9d1041
7
+ data.tar.gz: c1ff45b7c9f2675b570fc28b4d16b3ef97be71e94c4bb6aefb5568d0487d2e56d2da51ac7f134db5b219e26b6e2008833a1f00bcc3d3e9ed93921d9250cfca11
data/CHANGELOG.md CHANGED
@@ -1 +1,16 @@
1
- The CHANGELOG.md already contains v0.1.262 and v0.1.263. The file is already up to date, so no changes are needed.
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [0.1.263] - 2026-03-18
9
+
10
+ ### Fixed
11
+ - fix(pr): fix undefined method 'display_pinned' in tags subcommand
12
+
13
+ ## [0.1.262] - 2026-03-17
14
+
15
+ ### Added
16
+ - Initial release
data/bin/h-pr CHANGED
@@ -1563,7 +1563,7 @@ Hiiro.run(*ARGV, plugins: [Pins]) do
1563
1563
  crs_w = prs.map { |pr| [pr.reviews&.dig('changes_requested').to_i.to_s.length, 1].max }.max
1564
1564
  widths = { slot: slot_w, succ: succ_w, total: total_w, as: as_w, crs: crs_w }
1565
1565
  prs.each_with_index do |pr, idx|
1566
- puts " #{display_pinned(pr, idx, widths: widths, oneline: true)}"
1566
+ puts " #{pinned_manager.display_pinned(pr, idx, widths: widths, oneline: true)}"
1567
1567
  end
1568
1568
  end
1569
1569
  end
data/lib/hiiro/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Hiiro
2
- VERSION = "0.1.262"
2
+ VERSION = "0.1.263"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.262
4
+ version: 0.1.263
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Toyota