Skip to content

Commit 516886e

Browse files
chore(main): release 2.8.0
1 parent 9da79f0 commit 516886e

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

.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.7.0"
2+
".": "2.8.0"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.8.0

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.8.0](https://github.com/rubyists/linear-cli/compare/v2.7.0...v2.8.0) (2026-09-05)
4+
5+
6+
### Features
7+
8+
* **issue-list:** show labels in compact output when filtering by --labels ([#211](https://github.com/rubyists/linear-cli/issues/211)) ([8073f9a](https://github.com/rubyists/linear-cli/commit/8073f9a27e8e35cb991dc0e88676b69986b4fb96))
9+
* **issue-update:** add --body-file to lc issue update ([#227](https://github.com/rubyists/linear-cli/issues/227)) ([3933891](https://github.com/rubyists/linear-cli/commit/39338913bdf5fc50b40f46bc3a40b3806dfb256e))
10+
* **issue:** add IssueRelation resource and lc issue relation list command (EXT-40) ([#239](https://github.com/rubyists/linear-cli/issues/239)) ([d2f278c](https://github.com/rubyists/linear-cli/commit/d2f278c056833a4dd33d8f81adb0c46a6dacc522))
11+
* **precommit:** make mix precommit the canonical repository quality gate ([#225](https://github.com/rubyists/linear-cli/issues/225)) ([5dc5ad8](https://github.com/rubyists/linear-cli/commit/5dc5ad81cedf1ff2055c464aa3eb66614d38f0e7))
12+
13+
14+
### Bug Fixes
15+
16+
* **ci:** preserve GitHub Update branch merge exception ([#220](https://github.com/rubyists/linear-cli/issues/220)) ([044459e](https://github.com/rubyists/linear-cli/commit/044459e2c82b72faddd533b9eb3ee00e20596d53))
17+
* **pager:** fix pagers that use stdio ([#214](https://github.com/rubyists/linear-cli/issues/214)) ([6d56882](https://github.com/rubyists/linear-cli/commit/6d56882830dac501e2e7749354446aaa4a0c0a8c))
18+
319
## [2.7.0](https://github.com/rubyists/linear-cli/compare/v2.6.0...v2.7.0) (2026-09-04)
420

521

Readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif::[]
1818
:image-major-tag: v2
1919
// x-release-please-end
2020
// x-release-please-start-version
21-
:image-pin-example: v2.7.0
21+
:image-pin-example: v2.8.0
2222
// x-release-please-end
2323

2424
A command line interface to https://linear.app - list, take, create, develop,

app/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule LinearCli.MixProject do
77
[
88
app: :linear_cli,
99
# x-release-please-start-version
10-
version: "2.7.0",
10+
version: "2.8.0",
1111
# x-release-please-end
1212
elixir: "~> 1.20",
1313
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)