From f48a2f37b5fc29443b47fd0af21ddfcd7d5d9488 Mon Sep 17 00:00:00 2001 From: "decapod-release-manager[bot]" <261518511+decapod-release-manager[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:47:43 +0000 Subject: [PATCH] chore: release v0.2.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- dactyl-db-macros/Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3fe2f..1d2b5a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/DecapodLabs/dactyl/compare/dactyl-db-macros-v0.2.1...dactyl-db-macros-v0.2.3) - 2026-08-01 + +### Fixed + +- *(release)* synchronize facade and macros versions ([#38](https://github.com/DecapodLabs/dactyl/pull/38)) + +### Other + +- *(release)* keep alignment check version agnostic ([#40](https://github.com/DecapodLabs/dactyl/pull/40)) + ## [0.2.2](https://github.com/DecapodLabs/dactyl/compare/dactyl-db-v0.2.1...dactyl-db-v0.2.2) - 2026-08-01 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 53bdf7a..fc41be9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "dactyl-db" -version = "0.2.2" +version = "0.2.3" dependencies = [ "axum", "dactyl-db-macros", @@ -170,7 +170,7 @@ dependencies = [ [[package]] name = "dactyl-db-macros" -version = "0.2.2" +version = "0.2.3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 7bbc7ab..fda4490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dactyl-db" -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.75" license = "MIT" @@ -22,7 +22,7 @@ thiserror = "1" tracing = "0.1" rusqlite = { version = "0.31", optional = true, features = ["bundled"] } reqwest = { version = "0.12", optional = true, default-features = false, features = ["blocking", "json", "rustls-tls"] } -dactyl-db-macros = { path = "dactyl-db-macros", version = "0.2.2" } +dactyl-db-macros = { path = "dactyl-db-macros", version = "0.2.3" } [dev-dependencies] tokio = { version = "1", features = ["full"] } diff --git a/dactyl-db-macros/Cargo.toml b/dactyl-db-macros/Cargo.toml index b357817..66f94d3 100644 --- a/dactyl-db-macros/Cargo.toml +++ b/dactyl-db-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dactyl-db-macros" -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.75" license = "MIT"