From c8cd931f133313891bc5844ef5fcba4d305fe91d Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Sun, 9 Aug 2026 19:39:59 -0400 Subject: [PATCH] chore(main): release 0.7.2 --- .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 13708fa..ca1c614 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/.version.txt b/.version.txt index 39e898a..7486fdb 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.7.1 +0.7.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index da70364..55195cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.2](https://github.com/rubyists/linear-cli-ex/compare/v0.7.1...v0.7.2) (2026-08-09) + + +### Features + +* **cli:** make version respect --output json ([#33](https://github.com/rubyists/linear-cli-ex/issues/33)) ([b160aad](https://github.com/rubyists/linear-cli-ex/commit/b160aadf663c861ffab53f1fcc351d83a767f6ec)) + + +### Bug Fixes + +* **ci:** relabel the release PR as tagged after we tag it ourselves ([ab1408e](https://github.com/rubyists/linear-cli-ex/commit/ab1408e3df9137477bb535412763960e37e7fac1)) + ## [0.7.1](https://github.com/rubyists/linear-cli-ex/compare/v0.7.0...v0.7.1) (2026-08-09) diff --git a/app/mix.exs b/app/mix.exs index 684a086..2411112 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.7.1", + version: "0.7.2", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,