From 8ba6e06f239587e5bc2522b6db1720c3077362e9 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:10:29 -0600 Subject: [PATCH] chore(main): release 2.0.1 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ oci/Gemfile | 2 +- 4 files changed, 10 insertions(+), 3 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 c567a64..b4901b7 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) (2025-11-03) + + +### Bug Fixes + +* Remove unused ci/cd stuff ([#11](https://github.com/rubyists/linear-cli/issues/11)) ([8f070ba](https://github.com/rubyists/linear-cli/commit/8f070ba556873b97ee1d6d2723f82ab1227430b7)) + ## [2.0.0](https://github.com/rubyists/linear-cli/compare/v1.0.0...v2.0.0) (2025-11-03) diff --git a/oci/Gemfile b/oci/Gemfile index 501386a..fd8d3d2 100644 --- a/oci/Gemfile +++ b/oci/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' # x-release-please-start-version -gem 'linear-cli', '= 2.0.0' +gem 'linear-cli', '= 2.0.1' # x-release-please-end