Skip to content

Commit 1123252

Browse files
authored
chore: release main (#160)
1 parent 9c8f1b2 commit 1123252

File tree

9 files changed

+77
-10
lines changed

9 files changed

+77
-10
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "0.5.7",
3-
"spis-gui": "0.5.7",
4-
"spis-model": "0.5.7",
5-
"spis-server": "0.5.7"
2+
".": "0.6.0",
3+
"spis-gui": "0.6.0",
4+
"spis-model": "0.6.0",
5+
"spis-server": "0.6.0"
66
}

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/gbbirkisson/spis/compare/spis-v0.5.7...spis-v0.6.0) (2024-01-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update actions/download-artifact action to v4 ([#165](https://github.com/gbbirkisson/spis/issues/165)) ([f561cb0](https://github.com/gbbirkisson/spis/commit/f561cb07568e71647126a2b4ace33cae5409fd9e))
9+
* **deps:** update actions/stale action to v9 ([#163](https://github.com/gbbirkisson/spis/issues/163)) ([ba739a0](https://github.com/gbbirkisson/spis/commit/ba739a04d72f75e10cd9557b10fba301e3b4d9d4))
10+
* **deps:** update actions/upload-artifact action to v4 ([#164](https://github.com/gbbirkisson/spis/issues/164)) ([9424bd0](https://github.com/gbbirkisson/spis/commit/9424bd028e880bdec41af6828ab97323c0e1c1a2))
11+
* **deps:** update dependency rust to v1.74.1 ([#166](https://github.com/gbbirkisson/spis/issues/166)) ([4ac7933](https://github.com/gbbirkisson/spis/commit/4ac7933ba595b2de69209c94472eead1018c721d))
12+
* **deps:** update dependency rust to v1.75.0 ([#167](https://github.com/gbbirkisson/spis/issues/167)) ([4cbab5d](https://github.com/gbbirkisson/spis/commit/4cbab5dc5a749fc9da288d9bf635c225ab027445))
13+
* **deps:** update rust crate async-cron-scheduler to v2 ([#168](https://github.com/gbbirkisson/spis/issues/168)) ([f7cb8c8](https://github.com/gbbirkisson/spis/commit/f7cb8c825438f63e061d66ade227d2ace152fee2))
14+
* **deps:** update rust crate image to 0.24.8 ([#171](https://github.com/gbbirkisson/spis/issues/171)) ([9c8f1b2](https://github.com/gbbirkisson/spis/commit/9c8f1b23074dad80f23fae611df806390eef665f))
15+
* Update renovate configuration ([6975373](https://github.com/gbbirkisson/spis/commit/6975373ac5ba408408890b623b92e683d0a4996a))
16+
* Use font awesome instead of svg ([#161](https://github.com/gbbirkisson/spis/issues/161)) ([644e590](https://github.com/gbbirkisson/spis/commit/644e590bb4b7e014714ee4a0971a2568472aa3d0))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* release 0.6.0 ([6f5f42f](https://github.com/gbbirkisson/spis/commit/6f5f42fbe3226911d87e7903b8745ce80cb11ddb))
22+
323
## [0.5.7](https://github.com/gbbirkisson/spis/compare/spis-v0.5.6...spis-v0.5.7) (2023-12-06)
424

525

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spis-gui/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/gbbirkisson/spis/compare/gui-v0.5.7...gui-v0.6.0) (2024-01-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* Update cargo configuration ([4039028](https://github.com/gbbirkisson/spis/commit/4039028ee68f17fc4a3fd25cf078da262f756346))
10+
* Use font awesome instead of svg ([#161](https://github.com/gbbirkisson/spis/issues/161)) ([644e590](https://github.com/gbbirkisson/spis/commit/644e590bb4b7e014714ee4a0971a2568472aa3d0))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* release 0.6.0 ([6f5f42f](https://github.com/gbbirkisson/spis/commit/6f5f42fbe3226911d87e7903b8745ce80cb11ddb))
16+
317
## [0.5.7](https://github.com/gbbirkisson/spis/compare/gui-v0.5.6...gui-v0.5.7) (2023-12-06)
418

519

spis-gui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gui"
3-
version = "0.5.7"
3+
version = "0.6.0"
44
edition.workspace = true
55

66
[dependencies]

spis-model/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/gbbirkisson/spis/compare/model-v0.5.7...model-v0.6.0) (2024-01-13)
4+
5+
6+
### Bug Fixes
7+
8+
* Update cargo configuration ([4039028](https://github.com/gbbirkisson/spis/commit/4039028ee68f17fc4a3fd25cf078da262f756346))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 0.6.0 ([6f5f42f](https://github.com/gbbirkisson/spis/commit/6f5f42fbe3226911d87e7903b8745ce80cb11ddb))
14+
315
## [0.5.7](https://github.com/gbbirkisson/spis/compare/model-v0.5.6...model-v0.5.7) (2023-12-06)
416

517

spis-model/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spis-model"
3-
version = "0.5.7"
3+
version = "0.6.0"
44
edition.workspace = true
55

66
[dependencies]

spis-server/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/gbbirkisson/spis/compare/server-v0.5.7...server-v0.6.0) (2024-01-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency rust to v1.75.0 ([#167](https://github.com/gbbirkisson/spis/issues/167)) ([4cbab5d](https://github.com/gbbirkisson/spis/commit/4cbab5dc5a749fc9da288d9bf635c225ab027445))
9+
* **deps:** update rust crate async-cron-scheduler to v2 ([#168](https://github.com/gbbirkisson/spis/issues/168)) ([f7cb8c8](https://github.com/gbbirkisson/spis/commit/f7cb8c825438f63e061d66ade227d2ace152fee2))
10+
* **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))
11+
* **deps:** update rust crate image to 0.24.8 ([#171](https://github.com/gbbirkisson/spis/issues/171)) ([9c8f1b2](https://github.com/gbbirkisson/spis/commit/9c8f1b23074dad80f23fae611df806390eef665f))
12+
* **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))
13+
* **deps:** update rust crate sqlx to 0.7 ([#155](https://github.com/gbbirkisson/spis/issues/155)) ([01b79a7](https://github.com/gbbirkisson/spis/commit/01b79a7d1c2ec66c7e56f596c8fed9aefb230c09))
14+
* **deps:** update rust crate which to 4.4 ([#156](https://github.com/gbbirkisson/spis/issues/156)) ([cefc6a5](https://github.com/gbbirkisson/spis/commit/cefc6a53103b27240b76e14754c04aee081fb082))
15+
* **deps:** update rust crate which to v5 ([#157](https://github.com/gbbirkisson/spis/issues/157)) ([69521da](https://github.com/gbbirkisson/spis/commit/69521daf96a8ea2af75a6e7f9deed8c963ca836d))
16+
* Update cargo configuration ([4039028](https://github.com/gbbirkisson/spis/commit/4039028ee68f17fc4a3fd25cf078da262f756346))
17+
* Use font awesome instead of svg ([#161](https://github.com/gbbirkisson/spis/issues/161)) ([644e590](https://github.com/gbbirkisson/spis/commit/644e590bb4b7e014714ee4a0971a2568472aa3d0))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* release 0.6.0 ([6f5f42f](https://github.com/gbbirkisson/spis/commit/6f5f42fbe3226911d87e7903b8745ce80cb11ddb))
23+
324
## [0.5.7](https://github.com/gbbirkisson/spis/compare/server-v0.5.6...server-v0.5.7) (2023-12-06)
425

526

spis-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spis-server"
3-
version = "0.5.7"
3+
version = "0.6.0"
44
edition.workspace = true
55

66
[lib]

0 commit comments

Comments
 (0)