From 55305eff2b69773de10b1e335e9941f02f1f25d1 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Thu, 20 Aug 2026 12:55:51 -0400 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 11 +++++++++++ Readme.adoc | 4 ++-- app/mix.exs | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5677a32..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.0" + ".": "2.0.0" } diff --git a/.version.txt b/.version.txt index 15b989e..227cea2 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.16.0 +2.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3423926..3028e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/rubyists/linear-cli/compare/v1.16.0...v2.0.0) (2026-08-20) + + +### ⚠ BREAKING CHANGES + +* **linux:** bundle an mdex musl libgcc runtime ([#164](https://github.com/rubyists/linear-cli/issues/164)) + +### Bug Fixes + +* **linux:** bundle an mdex musl libgcc runtime ([#164](https://github.com/rubyists/linear-cli/issues/164)) ([377c1d9](https://github.com/rubyists/linear-cli/commit/377c1d92da1303c9d258ceaad22d7d02e358ab11)) + ## [1.16.0](https://github.com/rubyists/linear-cli/compare/v1.15.2...v1.16.0) (2026-08-20) diff --git a/Readme.adoc b/Readme.adoc index 3904e35..d1cb209 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -15,10 +15,10 @@ ifdef::env-github[] endif::[] :conventional-commits: https://www.conventionalcommits.org/en/v1.0.0/[Conventional Commits] // x-release-please-start-major -:image-major-tag: v1 +:image-major-tag: v2 // x-release-please-end // x-release-please-start-version -:image-pin-example: v1.16.0 +:image-pin-example: v2.0.0 // 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 dcb521f..7327ff9 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: "1.16.0", + version: "2.0.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,