Skip to content

Commit bfdb048

Browse files
chore(main): release 1.15.3
1 parent 3172d4e commit bfdb048

5 files changed

Lines changed: 12 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-
".": "1.15.2"
2+
".": "1.15.3"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.2
1+
1.15.3

CHANGELOG.md

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

3+
## [1.15.3](https://github.com/rubyists/linear-cli/compare/v1.15.2...v1.15.3) (2026-08-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
311
## [1.15.2](https://github.com/rubyists/linear-cli/compare/v1.15.1...v1.15.2) (2026-08-19)
412

513

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: v1
1919
// x-release-please-end
2020
// x-release-please-start-version
21-
:image-pin-example: v1.15.2
21+
:image-pin-example: v1.15.3
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
@@ -5,7 +5,7 @@ defmodule LinearCli.MixProject do
55
[
66
app: :linear_cli,
77
# x-release-please-start-version
8-
version: "1.15.2",
8+
version: "1.15.3",
99
# x-release-please-end
1010
elixir: "~> 1.20",
1111
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)