diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69e82f1..6ed9c80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.6.0" + ".": "2.7.0" } diff --git a/.version.txt b/.version.txt index e70b452..24ba9a3 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -2.6.0 +2.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index f84bb44..a92d283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.7.0](https://github.com/rubyists/linear-cli/compare/v2.6.0...v2.7.0) (2026-09-03) + + +### Features + +* **display:** route long output through \$PAGER ([#203](https://github.com/rubyists/linear-cli/issues/203)) ([c8f42da](https://github.com/rubyists/linear-cli/commit/c8f42da8fd8e43ea10467013270a77d4aed22efc)) +* **issue-create:** add -y/--yes to skip interactive prompts ([#205](https://github.com/rubyists/linear-cli/issues/205)) ([f798546](https://github.com/rubyists/linear-cli/commit/f798546a9f5f6a2844f7636fdb3ae6f74dbb0ee9)) +* **issue:** add --labels filter to lc issue list ([#206](https://github.com/rubyists/linear-cli/issues/206)) ([f966f14](https://github.com/rubyists/linear-cli/commit/f966f14acdaf5690ac6254b24895f44c0a203110)) +* **issue:** add -w/--web flag to lc issue view ([#204](https://github.com/rubyists/linear-cli/issues/204)) ([f26757e](https://github.com/rubyists/linear-cli/commit/f26757e2abb5626c4b188994dbcc7268088fb3c6)) + ## [2.6.0](https://github.com/rubyists/linear-cli/compare/v2.5.1...v2.6.0) (2026-09-03) diff --git a/Readme.adoc b/Readme.adoc index 0aa77cc..ebbb59e 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -18,7 +18,7 @@ endif::[] :image-major-tag: v2 // x-release-please-end // x-release-please-start-version -:image-pin-example: v2.6.0 +:image-pin-example: v2.7.0 // x-release-please-end A command line interface to https://linear.app - list, take, create, develop, diff --git a/app/mix.exs b/app/mix.exs index dc65a39..352c8ad 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -7,7 +7,7 @@ defmodule LinearCli.MixProject do [ app: :linear_cli, # x-release-please-start-version - version: "2.6.0", + version: "2.7.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,