Skip to content

Commit 15b33cd

Browse files
chore(main): release 1.1.0 (#78)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.0...v1.1.0) (2026-08-12) ### Features * **cli:** vendor rubyists/homebrew-tap, make install.sh curl-pipeable ([#75](#75)) ([e836ab1](e836ab1)) --- 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 2002665 commit 15b33cd

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-
".": "1.0.0"
2+
".": "1.1.0"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/rubyists/linear-cli-ex/compare/v1.0.0...v1.1.0) (2026-08-12)
4+
5+
6+
### Features
7+
8+
* **cli:** vendor rubyists/homebrew-tap, make install.sh curl-pipeable ([#75](https://github.com/rubyists/linear-cli-ex/issues/75)) ([e836ab1](https://github.com/rubyists/linear-cli-ex/commit/e836ab1b9e1fd49b6b5a7ce94c15ac137e705c2d))
9+
310
## [1.0.0](https://github.com/rubyists/linear-cli-ex/compare/v1.0.0...v1.0.0) (2026-08-11)
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: "1.0.0",
8+
version: "1.1.0",
99
# x-release-please-end
1010
elixir: "~> 1.20",
1111
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)