From 1adc02ed75b218708165746f1f475c863608db75 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:12:42 -0400 Subject: [PATCH] chore(main): release 2.0.1 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ Readme.adoc | 2 +- app/mix.exs | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..b725ab0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/.version.txt b/.version.txt index 227cea2..38f77a6 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -2.0.0 +2.0.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3028e31..84a7d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/rubyists/linear-cli/compare/v2.0.0...v2.0.1) (2026-08-20) + + +### Bug Fixes + +* bypass burrito proxy writer when output is to a terminal ([#166](https://github.com/rubyists/linear-cli/issues/166)) ([070a1d6](https://github.com/rubyists/linear-cli/commit/070a1d68ec6d8487a9bf5542b1beb891bcf42367)) + ## [2.0.0](https://github.com/rubyists/linear-cli/compare/v1.16.0...v2.0.0) (2026-08-20) diff --git a/Readme.adoc b/Readme.adoc index d1cb209..76b6d92 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -18,7 +18,7 @@ endif::[] :image-major-tag: v2 // x-release-please-end // x-release-please-start-version -:image-pin-example: v2.0.0 +:image-pin-example: v2.0.1 // x-release-please-end A command line interface to https://linear.app - list, take, create, develop, diff --git a/app/mix.exs b/app/mix.exs index d0643ef..adc72a9 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -7,7 +7,7 @@ defmodule LinearCli.MixProject do [ app: :linear_cli, # x-release-please-start-version - version: "2.0.0", + version: "2.0.1", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,