Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jan 15, 2025
1 parent a8f4ed2 commit 0e65fc0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
### ⚙️ Miscellaneous Tasks

- Automate changelog generation (#28)
- Configure release procedure
- Configure release procedure (#29)

## [0.8.0] - 2024-05-18

Expand Down
2 changes: 1 addition & 1 deletion gasket-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gasket-derive"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
description = "Staged Event-Driven Architecture (SEDA) framework"
repository = "https://github.com/construkts/gasket-rs"
Expand Down
4 changes: 2 additions & 2 deletions gasket-prometheus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gasket-prometheus"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
description = "Prometheus metric exporter for the Gasket framework"
repository = "https://github.com/construkts/gasket-rs"
Expand All @@ -11,5 +11,5 @@ readme = "../README.md"
authors = ["Santiago Carmuega <[email protected]>"]

[dependencies]
gasket = { version = "0.8.0", path = "../gasket" }
gasket = { version = "0.9.0", path = "../gasket" }
prometheus_exporter_base = { version = "1.4.0", features = ["hyper_server"] }
4 changes: 2 additions & 2 deletions gasket/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gasket"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
description = "Staged Event-Driven Architecture (SEDA) framework"
repository = "https://github.com/construkts/gasket-rs"
Expand All @@ -18,7 +18,7 @@ serde = { version = "1.0.160", features = ["derive"] }
thiserror = "1.0.30"
tokio = { version = "1", features = ["rt", "time", "sync", "macros"] }
tracing = "0.1.37"
gasket-derive = { version = "0.8.0", path = "../gasket-derive", optional = true }
gasket-derive = { version = "0.9.0", path = "../gasket-derive", optional = true }
signal-hook = "0.3.17"
tokio-util = "0.7.13"

Expand Down

0 comments on commit 0e65fc0

Please sign in to comment.