Skip to content

Commit 243f32f

Browse files
chore(main): release 0.8.4
1 parent 554e336 commit 243f32f

4 files changed

Lines changed: 10 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-
".": "0.8.3"
2+
".": "0.8.4"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.3
1+
0.8.4

CHANGELOG.md

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

3+
## [0.8.4](https://github.com/rubyists/linear-cli-ex/compare/v0.8.3...v0.8.4) (2026-08-10)
4+
5+
6+
### Features
7+
8+
* **cli:** add profiles - default team/project stored in local SQLite ([#57](https://github.com/rubyists/linear-cli-ex/issues/57)) ([554e336](https://github.com/rubyists/linear-cli-ex/commit/554e336951127e33bd031c380ffb7c9a4eda6328))
9+
310
## [0.8.3](https://github.com/rubyists/linear-cli-ex/compare/v0.8.2...v0.8.3) (2026-08-10)
411

512

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

0 commit comments

Comments
 (0)