Skip to content

Commit bb76c77

Browse files
chore(release): 7.0.0 [skip ci]
## [7.0.0](v6.2.0...v7.0.0) (2025-04-30) ### ⚠ BREAKING CHANGES * **api:** remove /api/v1 and add /api/v2 * **api:** return 204 when no PR is found ### Features * **api:** remove /api/v1 and add /api/v2 ([9216afc](9216afc)) * **api:** return 204 when no PR is found ([057cb0c](057cb0c))
1 parent 9216afc commit bb76c77

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [7.0.0](https://github.com/molybdenumsoftware/pr-tracker/compare/v6.2.0...v7.0.0) (2025-04-30)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **api:** remove /api/v1 and add /api/v2
7+
* **api:** return 204 when no PR is found
8+
9+
### Features
10+
11+
* **api:** remove /api/v1 and add /api/v2 ([9216afc](https://github.com/molybdenumsoftware/pr-tracker/commit/9216afc13eb6e7e67fc6ec3665ba170bee79a7b1))
12+
* **api:** return 204 when no PR is found ([057cb0c](https://github.com/molybdenumsoftware/pr-tracker/commit/057cb0cf209121783727e0f2c965cdba8bc95738))
13+
114
## [6.2.0](https://github.com/molybdenumsoftware/pr-tracker/compare/v6.1.0...v6.2.0) (2025-04-25)
215

316

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ authors = ["Molybdenum Software"]
2828
edition = "2021"
2929
license = "MIT"
3030
repository = "https://github.com/molybdenumsoftware/pr-tracker"
31-
version = "6.2.0"
31+
version = "7.0.0"

0 commit comments

Comments
 (0)