File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.0.1 "
2+ "." : " 2.0.2 "
33}
Original file line number Diff line number Diff line change 1- 2.0.1
1+ 2.0.2
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.2] ( https://github.com/rubyists/linear-cli/compare/v2.0.1...v2.0.2 ) (2025-11-03)
4+
5+
6+ ### Bug Fixes
7+
8+ * Corrects publish workflow yaml syntax error ([ #16 ] ( https://github.com/rubyists/linear-cli/issues/16 ) ) ([ 4a50f27] ( https://github.com/rubyists/linear-cli/commit/4a50f27ed08abc690b7a27b4712cd5088cf57e70 ) )
9+ * Corrects publisher for gem ([ #13 ] ( https://github.com/rubyists/linear-cli/issues/13 ) ) ([ 61bf747] ( https://github.com/rubyists/linear-cli/commit/61bf74747cea8d2572ef9f553c5e56f4cc7788a8 ) )
10+ * Fix gem publisher ([ #15 ] ( https://github.com/rubyists/linear-cli/issues/15 ) ) ([ d370dd6] ( https://github.com/rubyists/linear-cli/commit/d370dd684832056748e28b4a34e69ef7ba64b3bb ) )
11+
312## [ 2.0.1] ( https://github.com/rubyists/linear-cli/compare/v2.0.0...v2.0.1 ) (2025-11-03)
413
514
Original file line number Diff line number Diff line change 33module Rubyists
44 module Linear
55 # x-release-please-start-version
6- VERSION = '2.0.1 '
6+ VERSION = '2.0.2 '
77 # x-release-please-end
88 end
99end
Original file line number Diff line number Diff line change 33source 'https://rubygems.org'
44
55# x-release-please-start-version
6- gem 'linear-cli' , '= 2.0.1 '
6+ gem 'linear-cli' , '= 2.0.2 '
77# x-release-please-end
You can’t perform that action at this time.
0 commit comments