Skip to content

Commit 0eb665a

Browse files
chore(main): release 2.0.2 (#17)
1 parent 4a50f27 commit 0eb665a

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

lib/linear/cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module 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
99
end

oci/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
source '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

0 commit comments

Comments
 (0)