From c0ac7295d77d139c4f3e192e4493939328af3c41 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:23:29 -0500 Subject: [PATCH] chore(main): release 2.5.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 9 +++++++++ Readme.adoc | 2 +- app/mix.exs | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a549f59..78baf5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/.version.txt b/.version.txt index 197c4d5..437459c 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -2.4.0 +2.5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1996f..39af5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.5.0](https://github.com/rubyists/linear-cli/compare/v2.4.0...v2.5.0) (2026-08-24) + + +### Features + +* **issue-helpers:** add move_issue/2 for moving an issue to a resolved project ([#186](https://github.com/rubyists/linear-cli/issues/186)) ([6c43e39](https://github.com/rubyists/linear-cli/commit/6c43e39f46d5d79dba7b9d9af54abda024ff8551)) +* **issue:** add --from/--to bulk project-to-project mode to lc issue move ([#189](https://github.com/rubyists/linear-cli/issues/189)) ([bbb2df3](https://github.com/rubyists/linear-cli/commit/bbb2df3e3608ad5cb69a60271fc2e5069de58763)) +* **issue:** add lc issue move subcommand ([#187](https://github.com/rubyists/linear-cli/issues/187)) ([51cd1f7](https://github.com/rubyists/linear-cli/commit/51cd1f7350e47669ecf01aa78068603c16c3ae9a)) + ## [2.4.0](https://github.com/rubyists/linear-cli/compare/v2.3.0...v2.4.0) (2026-08-21) diff --git a/Readme.adoc b/Readme.adoc index 268f390..5c01927 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.4.0 +:image-pin-example: v2.5.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 d26ec4d..3ab9c85 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.4.0", + version: "2.5.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,