From 6cf3c0cbbbe29b9cd84e79f7ca444b9ffa59ed27 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:45:42 -0600 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 17 +++++++++++++++++ oci/Gemfile | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "2.0.0" } diff --git a/.version.txt b/.version.txt index 3eefcb9..227cea2 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.0.0 +2.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index f6948ec..c567a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.0.0](https://github.com/rubyists/linear-cli/compare/v1.0.0...v2.0.0) (2025-11-03) + + +### ⚠ BREAKING CHANGES + +* **sqlite:** Updates dependencies, including painful sqlite ([#8](https://github.com/rubyists/linear-cli/issues/8)) + +### Features + +* **release:** Adds release-please for release management ([#9](https://github.com/rubyists/linear-cli/issues/9)) ([a3ebfeb](https://github.com/rubyists/linear-cli/commit/a3ebfebe1ffb3519222dec440dfed757190c7a95)) + + +### Bug Fixes + +* **issue update:** CRY-28 - Implement the pr command ([#1](https://github.com/rubyists/linear-cli/issues/1)) ([832781a](https://github.com/rubyists/linear-cli/commit/832781a9375c0be7823c0c10695390c2f45d5c95)) +* **sqlite:** Updates dependencies, including painful sqlite ([#8](https://github.com/rubyists/linear-cli/issues/8)) ([be93723](https://github.com/rubyists/linear-cli/commit/be937232f7e05681fa84fc3017a33de0d3f16702)) + ## [Unreleased] ## [0.9.11] - 2024-02-20 diff --git a/oci/Gemfile b/oci/Gemfile index 8e0186f..501386a 100644 --- a/oci/Gemfile +++ b/oci/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' # x-release-please-start-version -gem 'linear-cli', '= 1.0.0' +gem 'linear-cli', '= 2.0.0' # x-release-please-end