From 6c07135fd8ee2d64653916842428e19c437cdcc9 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Sun, 9 Aug 2026 22:35:42 -0400 Subject: [PATCH] chore(main): release 0.8.2 --- .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 02f17d9..2e1c40e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } diff --git a/.version.txt b/.version.txt index 6f4eebd..100435b 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.8.1 +0.8.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f644c4b..a4fba46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.2](https://github.com/rubyists/linear-cli-ex/compare/v0.8.1...v0.8.2) (2026-08-10) + + +### Features + +* add mix githooks.install to activate the repo's git hooks ([#51](https://github.com/rubyists/linear-cli-ex/issues/51)) ([9b35472](https://github.com/rubyists/linear-cli-ex/commit/9b354722239ee81bbc3cf9ccd832ab4f79ea6ced)) + ## [0.8.1](https://github.com/rubyists/linear-cli-ex/compare/v0.8.0...v0.8.1) (2026-08-10) diff --git a/app/mix.exs b/app/mix.exs index 2c9b911..f0be1dd 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.1", + version: "0.8.2", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,