From e7238caf183d466b6d2864c9f9a5445852037e2c Mon Sep 17 00:00:00 2001 From: "kickjump-bot[bot]" <179439731+kickjump-bot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 03:08:55 +0100 Subject: [PATCH] chore: release v0.2.1 (#11) Co-authored-by: kickjump-bot[bot] <179439731+kickjump-bot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 8 ++++---- changelog.md | 6 ++++++ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8db780d..def3add 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "edgedb_codegen" -version = "0.2.0" +version = "0.2.1" dependencies = [ "assert2", "bigdecimal", @@ -567,7 +567,7 @@ dependencies = [ [[package]] name = "edgedb_codegen_core" -version = "0.2.0" +version = "0.2.1" dependencies = [ "assert2", "check_keyword", @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "edgedb_codegen_macros" -version = "0.2.0" +version = "0.2.1" dependencies = [ "edgedb_codegen_core", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 06ece68..4523838 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.2.1" authors = ["Ifiok Jr. "] edition = "2021" homepage = "https://edgedb.com" @@ -43,9 +43,9 @@ typed-builder = "0.20" uuid = "1" # crates -edgedb_codegen = { path = "./crates/edgedb_codegen", version = "0.2.0" } -edgedb_codegen_core = { path = "./crates/edgedb_codegen_core", version = "0.2.0" } -edgedb_codegen_macros = { path = "./crates/edgedb_codegen_macros", version = "0.2.0" } +edgedb_codegen = { path = "./crates/edgedb_codegen", version = "0.2.1" } +edgedb_codegen_core = { path = "./crates/edgedb_codegen_core", version = "0.2.1" } +edgedb_codegen_macros = { path = "./crates/edgedb_codegen_macros", version = "0.2.1" } [workspace.metadata.bin] cargo-deny = { version = "0.16.1" } diff --git a/changelog.md b/changelog.md index 7b7e0c7..d416a77 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.2.1](https://github.com/ifiokjr/edgedb_codegen/compare/v0.2.0...v0.2.1) - 2024-08-29 + +### 📚 Documentation +- improve contributing section +- add feature docs for `docs.rs` + ## [0.2.0](https://github.com/ifiokjr/edgedb_codegen/compare/v0.1.2...v0.2.0) - 2024-08-28 ### 🎉 Added