Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.1.1...v5.0.0) (2024-12-11)

### ⚠ BREAKING CHANGES

* runtime deps defined at build time

### Features

* runtime deps defined at build time ([08196d1](08196d1))
  • Loading branch information
semantic-release-bot committed Dec 11, 2024
1 parent 08196d1 commit d6f9cb2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [5.0.0](https://github.com/molybdenumsoftware/pr-tracker/compare/v4.1.1...v5.0.0) (2024-12-11)


### ⚠ BREAKING CHANGES

* runtime deps defined at build time

### Features

* runtime deps defined at build time ([08196d1](https://github.com/molybdenumsoftware/pr-tracker/commit/08196d1025c294dadca7632b93b526012d638061))

## [4.1.1](https://github.com/molybdenumsoftware/pr-tracker/compare/v4.1.0...v4.1.1) (2024-10-02)


Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ authors = ["Molybdenum Software"]
edition = "2021"
license = "AGPL-3.0-only"
repository = "https://github.com/molybdenumsoftware/pr-tracker"
version = "4.1.1"
version = "5.0.0"

0 comments on commit d6f9cb2

Please sign in to comment.