Skip to content

Commit

Permalink
chore: release main (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbirkisson authored Dec 5, 2023
1 parent 4039028 commit ec0cabc
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "0.5.5",
"spis-gui": "0.5.5",
"spis-model": "0.5.5",
"spis-server": "0.5.5"
".": "0.5.6",
"spis-gui": "0.5.6",
"spis-model": "0.5.6",
"spis-server": "0.5.6"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.5.6](https://github.com/gbbirkisson/spis/compare/spis-v0.5.5...spis-v0.5.6) (2023-12-05)


### Bug Fixes

* Add extra label to release-please PRs ([85952de](https://github.com/gbbirkisson/spis/commit/85952dedcde64aad944f8e0c9b2deffb3641fea4))
* **deps:** update dependency rust to v1.74.0 ([#150](https://github.com/gbbirkisson/spis/issues/150)) ([3ee6487](https://github.com/gbbirkisson/spis/commit/3ee6487b51f1474eec44f6fe8472ee3f21dccd7d))
* **deps:** update nginx docker tag to v1.25.3 ([#151](https://github.com/gbbirkisson/spis/issues/151)) ([bb830a6](https://github.com/gbbirkisson/spis/commit/bb830a6743b472ccea707beac8a640ab74cf3050))
* **deps:** update rust crate image to 0.24.7 ([#147](https://github.com/gbbirkisson/spis/issues/147)) ([3813a7c](https://github.com/gbbirkisson/spis/commit/3813a7c1807d7780cd2720b810fa54cd8ef00a6a))
* **deps:** update rust crate log to 0.4.20 ([#148](https://github.com/gbbirkisson/spis/issues/148)) ([84bbf10](https://github.com/gbbirkisson/spis/commit/84bbf1042cd9fcded981e16ca3052dcfbc742eb6))
* **deps:** update rust crate notify to 6.1.1 ([#154](https://github.com/gbbirkisson/spis/issues/154)) ([7e8b8ee](https://github.com/gbbirkisson/spis/commit/7e8b8ee925d1bc76d37739afe2b31e5d2c0397ac))
* **deps:** update rust crate sqlx to 0.7 ([#155](https://github.com/gbbirkisson/spis/issues/155)) ([01b79a7](https://github.com/gbbirkisson/spis/commit/01b79a7d1c2ec66c7e56f596c8fed9aefb230c09))
* **deps:** update rust crate which to 4.4 ([#156](https://github.com/gbbirkisson/spis/issues/156)) ([cefc6a5](https://github.com/gbbirkisson/spis/commit/cefc6a53103b27240b76e14754c04aee081fb082))
* **deps:** update rust crate which to v5 ([#157](https://github.com/gbbirkisson/spis/issues/157)) ([69521da](https://github.com/gbbirkisson/spis/commit/69521daf96a8ea2af75a6e7f9deed8c963ca836d))
* Fix release-please tags ([9a8a7f3](https://github.com/gbbirkisson/spis/commit/9a8a7f346824d61faf3baef1600dfe0dfd0cdf43))
* Run CI on toolchain change ([dfa3db2](https://github.com/gbbirkisson/spis/commit/dfa3db2de3b80af5114c39bb6d74b66163e05cd1))
* Update cargo configuration ([4039028](https://github.com/gbbirkisson/spis/commit/4039028ee68f17fc4a3fd25cf078da262f756346))

## [0.5.5](https://github.com/gbbirkisson/spis/compare/spis-v0.5.4...spis-v0.5.5) (2023-12-05)


Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions spis-gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.6](https://github.com/gbbirkisson/spis/compare/gui-v0.5.5...gui-v0.5.6) (2023-12-05)


### Bug Fixes

* **deps:** update rust crate log to 0.4.20 ([#148](https://github.com/gbbirkisson/spis/issues/148)) ([84bbf10](https://github.com/gbbirkisson/spis/commit/84bbf1042cd9fcded981e16ca3052dcfbc742eb6))
* Update cargo configuration ([4039028](https://github.com/gbbirkisson/spis/commit/4039028ee68f17fc4a3fd25cf078da262f756346))

## [0.5.5](https://github.com/gbbirkisson/spis/compare/gui-v0.5.4...gui-v0.5.5) (2023-12-05)


Expand Down
2 changes: 1 addition & 1 deletion spis-gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gui"
version = "0.5.5"
version = "0.5.6"
edition.workspace = true

[dependencies]
Expand Down
7 changes: 7 additions & 0 deletions spis-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.6](https://github.com/gbbirkisson/spis/compare/model-v0.5.5...model-v0.5.6) (2023-12-05)


### Bug Fixes

* Update cargo configuration ([4039028](https://github.com/gbbirkisson/spis/commit/4039028ee68f17fc4a3fd25cf078da262f756346))

## [0.5.5](https://github.com/gbbirkisson/spis/compare/model-v0.5.4...model-v0.5.5) (2023-12-05)


Expand Down
2 changes: 1 addition & 1 deletion spis-model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spis-model"
version = "0.5.5"
version = "0.5.6"
edition.workspace = true

[dependencies]
Expand Down
12 changes: 12 additions & 0 deletions spis-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.6](https://github.com/gbbirkisson/spis/compare/server-v0.5.5...server-v0.5.6) (2023-12-05)


### Bug Fixes

* **deps:** update rust crate image to 0.24.7 ([#147](https://github.com/gbbirkisson/spis/issues/147)) ([3813a7c](https://github.com/gbbirkisson/spis/commit/3813a7c1807d7780cd2720b810fa54cd8ef00a6a))
* **deps:** update rust crate notify to 6.1.1 ([#154](https://github.com/gbbirkisson/spis/issues/154)) ([7e8b8ee](https://github.com/gbbirkisson/spis/commit/7e8b8ee925d1bc76d37739afe2b31e5d2c0397ac))
* **deps:** update rust crate sqlx to 0.7 ([#155](https://github.com/gbbirkisson/spis/issues/155)) ([01b79a7](https://github.com/gbbirkisson/spis/commit/01b79a7d1c2ec66c7e56f596c8fed9aefb230c09))
* **deps:** update rust crate which to 4.4 ([#156](https://github.com/gbbirkisson/spis/issues/156)) ([cefc6a5](https://github.com/gbbirkisson/spis/commit/cefc6a53103b27240b76e14754c04aee081fb082))
* **deps:** update rust crate which to v5 ([#157](https://github.com/gbbirkisson/spis/issues/157)) ([69521da](https://github.com/gbbirkisson/spis/commit/69521daf96a8ea2af75a6e7f9deed8c963ca836d))
* Update cargo configuration ([4039028](https://github.com/gbbirkisson/spis/commit/4039028ee68f17fc4a3fd25cf078da262f756346))

## [0.5.5](https://github.com/gbbirkisson/spis/compare/server-v0.5.4...server-v0.5.5) (2023-12-05)


Expand Down
2 changes: 1 addition & 1 deletion spis-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spis-server"
version = "0.5.5"
version = "0.5.6"
edition.workspace = true

[lib]
Expand Down

0 comments on commit ec0cabc

Please sign in to comment.