From 8e8c13f86beed31bd4536c5d905e3fe7f348a520 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:28:32 -0400 Subject: [PATCH] chore(main): release 2.3.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ Readme.adoc | 2 +- app/mix.exs | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..9965a34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } diff --git a/.version.txt b/.version.txt index ccbccc3..276cbf9 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -2.2.0 +2.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 579224a..74f5ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/rubyists/linear-cli/compare/v2.2.0...v2.3.0) (2026-08-21) + + +### Features + +* adds -N shortcut for --no-mine, and --status/--state filters ([#178](https://github.com/rubyists/linear-cli/issues/178)) ([7790545](https://github.com/rubyists/linear-cli/commit/77905452724d5985acab26035c2914c3e303412e)) + ## [2.2.0](https://github.com/rubyists/linear-cli/compare/v2.1.1...v2.2.0) (2026-08-21) diff --git a/Readme.adoc b/Readme.adoc index 62cc591..e41c39b 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.2.0 +:image-pin-example: v2.3.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 782683b..8ba2eb2 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.2.0", + version: "2.3.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,