Skip to content

Commit d95bcb7

Browse files
chore(main): release 1.2.0 (#89)
🤖 I have created a release *beep* *boop* --- ## [1.2.0](v1.1.1...v1.2.0) (2026-08-12) ### Features * add a root-level repo-management Mix project (mix container.build/publish) ([#84](#84)) ([9d0b730](9d0b730)) ### Bug Fixes * give a clear message and exit 78 when LINEAR_API_KEY is missing ([#86](#86)) ([c5b9ec1](c5b9ec1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent ecced63 commit d95bcb7

4 files changed

Lines changed: 15 additions & 3 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.1.1"
2+
".": "1.2.0"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.2.0

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/rubyists/linear-cli/compare/v1.1.1...v1.2.0) (2026-08-12)
4+
5+
6+
### Features
7+
8+
* add a root-level repo-management Mix project (mix container.build/publish) ([#84](https://github.com/rubyists/linear-cli/issues/84)) ([9d0b730](https://github.com/rubyists/linear-cli/commit/9d0b73017e3193a5254e0fcc291a48880440f168))
9+
10+
11+
### Bug Fixes
12+
13+
* give a clear message and exit 78 when LINEAR_API_KEY is missing ([#86](https://github.com/rubyists/linear-cli/issues/86)) ([c5b9ec1](https://github.com/rubyists/linear-cli/commit/c5b9ec1facb11c6b4557414f24dadaea42ad96ab))
14+
315
## [1.1.1](https://github.com/rubyists/linear-cli/compare/v1.1.0...v1.1.1) (2026-08-12)
416

517

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.1.1",
8+
version: "1.2.0",
99
# x-release-please-end
1010
elixir: "~> 1.20",
1111
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)