From 118dad5b5a0f8f47b759d1bf0520cc214a3907ea Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Sun, 9 Aug 2026 17:42:50 -0400 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ app/mix.exs | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/.version.txt b/.version.txt index 0d91a54..9e11b32 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e3cfd9a..1d70dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/rubyists/linear-cli-ex/compare/v0.3.0...v0.3.1) (2026-08-09) + + +### Bug Fixes + +* **ci:** package release binaries with the wrapper scripts ([#24](https://github.com/rubyists/linear-cli-ex/issues/24)) ([5fb24a4](https://github.com/rubyists/linear-cli-ex/commit/5fb24a473685ba20fdff0ee57b5fbfa572d2fc45)) + ## [0.3.0](https://github.com/rubyists/linear-cli-ex/compare/v0.2.1...v0.3.0) (2026-08-09) diff --git a/app/mix.exs b/app/mix.exs index f8e58ed..a61bc1d 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.3.0", + version: "0.3.1", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,