Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.0...v3.0.0) (2024-04-19)

### ⚠ BREAKING CHANGES

* **flake:** db options attrset

### Features

* **flake:** db options attrset ([97347a9](97347a9))
* **flake:** db.createLocally ([3e71d93](3e71d93)), closes [#116](#116)
  • Loading branch information
semantic-release-bot committed Apr 19, 2024
1 parent 39787f8 commit d40ba55
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.0.0](https://github.com/molybdenumsoftware/pr-tracker/compare/v2.0.0...v3.0.0) (2024-04-19)


### ⚠ BREAKING CHANGES

* **flake:** db options attrset

### Features

* **flake:** db options attrset ([97347a9](https://github.com/molybdenumsoftware/pr-tracker/commit/97347a9c1d06e841bdaab297c9782d4ca335fcff))
* **flake:** db.createLocally ([3e71d93](https://github.com/molybdenumsoftware/pr-tracker/commit/3e71d93526ba72654af854750ca6d7a57ea40548)), closes [#116](https://github.com/molybdenumsoftware/pr-tracker/issues/116)

## [2.0.0](https://github.com/molybdenumsoftware/pr-tracker/compare/v1.0.1...v2.0.0) (2024-03-25)


Expand Down
16 changes: 8 additions & 8 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 @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "2.0.0"
version = "3.0.0"
authors = ["Molybdenum Software"]
edition = "2021"
license = "AGPL-3.0-only"
Expand Down

0 comments on commit d40ba55

Please sign in to comment.