diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5121eff..5677a32 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.2" + ".": "1.16.0" } diff --git a/.version.txt b/.version.txt index 42cf067..15b989e 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.15.2 +1.16.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index b6aac58..3423926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.16.0](https://github.com/rubyists/linear-cli/compare/v1.15.2...v1.16.0) (2026-08-20) + + +### Features + +* **EXT-5:** show workflow status in compact and full issue listings ([#162](https://github.com/rubyists/linear-cli/issues/162)) ([acf35e5](https://github.com/rubyists/linear-cli/commit/acf35e5483d5312ab1bd43db9cf6901e6c9d26d2)) + + +### Bug Fixes + +* **EXT-4:** handle GraphQL error and partial-data responses explicitly ([#160](https://github.com/rubyists/linear-cli/issues/160)) ([31359ef](https://github.com/rubyists/linear-cli/commit/31359effcc63b7e8472a3f1158a54bea77882d83)) +* **EXT-7:** bundle musl NIF for Linux Burrito releases and container ([#163](https://github.com/rubyists/linear-cli/issues/163)) ([3172d4e](https://github.com/rubyists/linear-cli/commit/3172d4ef88f786be18eedbb334232bc8b805a575)) + ## [1.15.2](https://github.com/rubyists/linear-cli/compare/v1.15.1...v1.15.2) (2026-08-19) diff --git a/Readme.adoc b/Readme.adoc index a387b62..3904e35 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.15.2 +:image-pin-example: v1.16.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 bcb2c9a..dcb521f 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.15.2", + version: "1.16.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,