From 1cee8e011068208cf6b0e3d873d04f944e58223c Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Tue, 11 Aug 2026 15:57:54 -0400 Subject: [PATCH] chore(main): release 0.9.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 11 +++++++++++ app/mix.exs | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b894e70..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.5" + ".": "0.9.0" } diff --git a/.version.txt b/.version.txt index 7ada0d3..ac39a10 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.8.5 +0.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index bfdecca..2218348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.9.0](https://github.com/rubyists/linear-cli-ex/compare/v0.8.5...v0.9.0) (2026-08-11) + + +### ⚠ BREAKING CHANGES + +* **cd:** parallelize Burrito target builds and fix Trivy/Podman image scanning ([#68](https://github.com/rubyists/linear-cli-ex/issues/68)) + +### Continuous Integration + +* **cd:** parallelize Burrito target builds and fix Trivy/Podman image scanning ([#68](https://github.com/rubyists/linear-cli-ex/issues/68)) ([5cc829a](https://github.com/rubyists/linear-cli-ex/commit/5cc829aed802a0d10ce75f1c330628f60ca2b7f1)) + ## [0.8.5](https://github.com/rubyists/linear-cli-ex/compare/v0.8.4...v0.8.5) (2026-08-11) diff --git a/app/mix.exs b/app/mix.exs index 5f0438e..8a25b90 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: "0.8.5", + version: "0.9.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,