Skip to content

Commit 4dc27f5

Browse files
chore(main): release 2.5.0
1 parent 2d94bbc commit 4dc27f5

5 files changed

Lines changed: 11 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.4.0"
2+
".": "2.5.0"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.5.0

CHANGELOG.md

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

3+
## [2.5.0](https://github.com/rubyists/linear-cli/compare/v2.4.0...v2.5.0) (2026-08-24)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [2.4.0](https://github.com/rubyists/linear-cli/compare/v2.3.0...v2.4.0) (2026-08-21)
411

512

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.4.0
21+
:image-pin-example: v2.5.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.4.0",
10+
version: "2.5.0",
1111
# x-release-please-end
1212
elixir: "~> 1.20",
1313
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)