From 1935a4873960e29a5a3803e9a5e3a18386ed073c Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:34:00 -0400 Subject: [PATCH] chore(main): release 1.6.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 12 ++++++++++++ app/mix.exs | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e20d7e8..0d1bebe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.1" + ".": "1.6.0" } diff --git a/.version.txt b/.version.txt index 26ca594..dc1e644 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.5.1 +1.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index a374d45..3fc9a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.6.0](https://github.com/rubyists/linear-cli/compare/v1.5.1...v1.6.0) (2026-08-14) + + +### Features + +* **build:** add mix burrito.dinein for local binary builds ([#112](https://github.com/rubyists/linear-cli/issues/112)) ([decf951](https://github.com/rubyists/linear-cli/commit/decf95122f8ebef4fa642c2969b35aef1d641592)) + + +### Bug Fixes + +* **ai:** adds CLAUDE.md symlink ([#110](https://github.com/rubyists/linear-cli/issues/110)) ([5165c4e](https://github.com/rubyists/linear-cli/commit/5165c4ecd67d521b0c55550b3089af424b255871)) + ## [1.5.1](https://github.com/rubyists/linear-cli/compare/v1.5.0...v1.5.1) (2026-08-14) diff --git a/app/mix.exs b/app/mix.exs index 1749ee9..634dfe9 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -5,7 +5,7 @@ defmodule LinearCli.MixProject do [ app: :linear_cli, # x-release-please-start-version - version: "1.5.1", + version: "1.6.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,