diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ef9a1c..a25d1bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } diff --git a/.version.txt b/.version.txt index 850e742..141f2e8 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.14.0 +1.15.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c1a7d..31e070f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.15.0](https://github.com/rubyists/linear-cli/compare/v1.14.0...v1.15.0) (2026-08-19) + + +### Features + +* **issue:** add --status/-s to assign and take ([#151](https://github.com/rubyists/linear-cli/issues/151)) ([537f54b](https://github.com/rubyists/linear-cli/commit/537f54b073cdae3ce595e1b57426e6b1c0b645c9)) + + +### Bug Fixes + +* **api:** handle GraphQL partial-success responses cleanly (CRY-61) ([#150](https://github.com/rubyists/linear-cli/issues/150)) ([21d0363](https://github.com/rubyists/linear-cli/commit/21d03636b90a101c3eb8437da89d1370a516cb25)) + ## [1.14.0](https://github.com/rubyists/linear-cli/compare/v1.13.2...v1.14.0) (2026-08-18) diff --git a/Readme.adoc b/Readme.adoc index 3cc29da..9b32725 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -18,7 +18,7 @@ endif::[] :image-major-tag: v1 // x-release-please-end // x-release-please-start-version -:image-pin-example: v1.14.0 +:image-pin-example: v1.15.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 a03fd10..fe1aba1 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -5,7 +5,7 @@ defmodule LinearCli.MixProject do [ app: :linear_cli, # x-release-please-start-version - version: "1.14.0", + version: "1.15.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,