Skip to content

Commit fb80e90

Browse files
chore(main): release 2.0.0 (#10)
1 parent a3ebfeb commit fb80e90

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "2.0.0"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
2.0.0

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/rubyists/linear-cli/compare/v1.0.0...v2.0.0) (2025-11-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **sqlite:** Updates dependencies, including painful sqlite ([#8](https://github.com/rubyists/linear-cli/issues/8))
9+
10+
### Features
11+
12+
* **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))
13+
14+
15+
### Bug Fixes
16+
17+
* **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))
18+
* **sqlite:** Updates dependencies, including painful sqlite ([#8](https://github.com/rubyists/linear-cli/issues/8)) ([be93723](https://github.com/rubyists/linear-cli/commit/be937232f7e05681fa84fc3017a33de0d3f16702))
19+
320
## [Unreleased]
421

522
## [0.9.11] - 2024-02-20

oci/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
source 'https://rubygems.org'
44

55
# x-release-please-start-version
6-
gem 'linear-cli', '= 1.0.0'
6+
gem 'linear-cli', '= 2.0.0'
77
# x-release-please-end

0 commit comments

Comments
 (0)