Skip to content

Commit eaf8d62

Browse files
chore: release v0.5.5
1 parent 4d0cf5d commit eaf8d62

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Mecomp Changelog
22

3+
## v0.5.5
4+
5+
### v0.5.5 What's Changed
6+
7+
this release fixes an issue with the `mecomp-storage` crate not compiling when the `db` feature wasn't enabled.
8+
9+
* fix(storage): compilation error when db feature not enabled by @AnthonyMichaelTDM in <https://github.com/AnthonyMichaelTDM/mecomp/pull/346>
10+
11+
### **Full Changelog**: <https://github.com/AnthonyMichaelTDM/mecomp/compare/v0.5.4...v0.5.5>
12+
313
## v0.5.4
414

515
### v0.5.4 What's Changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = ["external", "target", "assets", "scripts"]
2020
resolver = "2"
2121

2222
[workspace.package]
23-
version = "0.5.4"
23+
version = "0.5.5"
2424
edition = "2024"
2525
authors = [
2626
"Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>",
@@ -168,10 +168,10 @@ opentelemetry-otlp = { version = "0.28.0", features = ["grpc-tonic"] }
168168
tracing-flame = "0.2.0"
169169

170170
# MECOMP packages
171-
mecomp-analysis = { path = "analysis", version = "=0.5.4" }
172-
mecomp-core = { path = "core", default-features = false, version = "=0.5.4" }
173-
mecomp-daemon = { path = "daemon", version = "=0.5.4" }
174-
mecomp-storage = { path = "storage", default-features = false, version = "=0.5.4" }
171+
mecomp-analysis = { path = "analysis", version = "=0.5.5" }
172+
mecomp-core = { path = "core", default-features = false, version = "=0.5.5" }
173+
mecomp-daemon = { path = "daemon", version = "=0.5.5" }
174+
mecomp-storage = { path = "storage", default-features = false, version = "=0.5.5" }
175175
surrealqlx = { path = "surrealqlx/lib", version = "=0.1.5" }
176176
surrealqlx-macros = { path = "surrealqlx/macros", version = "=0.1.5" }
177177
surrealqlx-macros-impl = { path = "surrealqlx/macros-impl", version = "=0.1.5" }

0 commit comments

Comments
 (0)