Skip to content

Commit 86a5809

Browse files
committed
chore: Release linear-cli version 1.5.0
1 parent a7e1137 commit 86a5809

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
## [Unreleased]
44

5+
## [1.5.0] - 2025-12-16
6+
7+
### Fixed
8+
9+
- bring back x86_64-apple-darwin binaries
10+
511
### Added
612

7-
- add issue commits command to print previous commits associated with an issue
13+
- add issue commits command to print previous commits associated with an issue (jj-vcs only)
814

915
## [1.4.0] - 2025-12-08
1016

@@ -287,7 +293,8 @@
287293
- adds a -t, --title flag to the `issue pr` command, allowing you to provide a PR title that is different than linear's issue title
288294
- allows linear issue identifiers to be passed in as arguments to the issue commands as an alternative to parsing the branch name, e.g. `linear issue show ABC-123`
289295

290-
[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.4.0...HEAD
296+
[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.5.0...HEAD
297+
[1.5.0]: https://github.com/schpet/linear-cli/compare/v1.4.0...v1.5.0
291298
[1.4.0]: https://github.com/schpet/linear-cli/compare/v1.3.1...v1.4.0
292299
[1.3.1]: https://github.com/schpet/linear-cli/compare/v1.3.0...v1.3.1
293300
[1.3.0]: https://github.com/schpet/linear-cli/compare/v1.2.1...v1.3.0

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json",
33
"name": "@schpet/linear-cli",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"exports": "./src/main.ts",
66
"license": "MIT",
77
"tasks": {

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["dist:."]
55
[package]
66
name = "linear"
77
description = "CLI tool for linear.app that uses git branch names and directory names to open issues and team pages"
8-
version = "1.4.0"
8+
version = "1.5.0"
99
license = "MIT"
1010
repository = "https://github.com/schpet/linear-cli"
1111
homepage = "https://github.com/schpet/linear-cli"

0 commit comments

Comments
 (0)