From 4c61b9b3732b10e4d440abf8be30ec6071dff29f Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Tue, 18 Aug 2026 13:58:23 -0400 Subject: [PATCH] chore(main): release 1.14.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 8 ++++++++ Readme.adoc | 2 +- app/mix.exs | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 672339d..2ef9a1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.2" + ".": "1.14.0" } diff --git a/.version.txt b/.version.txt index 61ce01b..850e742 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.13.2 +1.14.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index f9590bc..93c1a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.14.0](https://github.com/rubyists/linear-cli/compare/v1.13.2...v1.14.0) (2026-08-18) + + +### Features + +* **issue:** add --description option to lc issue update ([#141](https://github.com/rubyists/linear-cli/issues/141)) ([d762f32](https://github.com/rubyists/linear-cli/commit/d762f327ff6dd08768b4f476c1ea1b5a794ef402)) +* **issue:** add interactive issue assign command ([#140](https://github.com/rubyists/linear-cli/issues/140)) ([33176bd](https://github.com/rubyists/linear-cli/commit/33176bdb5427b5e36146973d7b383304c394ad90)) + ## [1.13.2](https://github.com/rubyists/linear-cli/compare/v1.13.1...v1.13.2) (2026-08-16) diff --git a/Readme.adoc b/Readme.adoc index 6e41c7e..6c4001e 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.13.2 +:image-pin-example: v1.14.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 4ee1f28..a03fd10 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.13.2", + version: "1.14.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,