Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.15.2"
".": "1.16.0"
}
2 changes: 1 addition & 1 deletion .version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.2
1.16.0
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion app/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading