Skip to content

Commit

Permalink
chore: release v0.2.1 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: kickjump-bot[bot] <179439731+kickjump-bot[bot]@users.noreply.github.com>
  • Loading branch information
kickjump-bot[bot] authored Aug 31, 2024
1 parent db78e59 commit e7238ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.2.1"
authors = ["Ifiok Jr. <[email protected]>"]
edition = "2021"
homepage = "https://edgedb.com"
Expand Down Expand Up @@ -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" }
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### <!-- 3 -->📚 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

### <!-- 0 -->🎉 Added
Expand Down

0 comments on commit e7238ca

Please sign in to comment.