Skip to content

Commit

Permalink
chore: release v0.2.0 (#6)
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 28, 2024
1 parent 1e40df1 commit e4f440a
Show file tree
Hide file tree
Showing 5 changed files with 37 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.1.2"
version = "0.2.0"
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.1.2" }
edgedb_codegen_core = { path = "./crates/edgedb_codegen_core", version = "0.1.2" }
edgedb_codegen_macros = { path = "./crates/edgedb_codegen_macros", version = "0.1.2" }
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" }

[workspace.metadata.bin]
cargo-deny = { version = "0.16.1" }
Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.2.0](https://github.com/ifiokjr/edgedb_codegen/compare/v0.1.2...v0.2.0) - 2024-08-28

### <!-- 0 -->🎉 Added
- [**breaking**] add optional `builder` feature limited to `Input`

### <!-- 3 -->📚 Documentation
- reorder package fields

### <!-- 6 -->🧪 Testing
- improve coverage

## [0.1.2](https://github.com/ifiokjr/edgedb_codegen/compare/v0.1.1...v0.1.2) - 2024-08-27

### <!-- 3 -->📚 Documentation
Expand Down
11 changes: 11 additions & 0 deletions crates/edgedb_codegen_core/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.2.0](https://github.com/ifiokjr/edgedb_codegen/compare/[email protected][email protected]) - 2024-08-28

### <!-- 0 -->🎉 Added
- [**breaking**] add optional `builder` feature limited to `Input`

### <!-- 3 -->📚 Documentation
- reorder package fields

### <!-- 6 -->🧪 Testing
- improve coverage

## [0.1.2](https://github.com/ifiokjr/edgedb_codegen/compare/[email protected][email protected]) - 2024-08-27

### <!-- 0 -->🎉 Added
Expand Down
8 changes: 8 additions & 0 deletions crates/edgedb_codegen_macros/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.2.0](https://github.com/ifiokjr/edgedb_codegen/compare/[email protected][email protected]) - 2024-08-28

### <!-- 0 -->🎉 Added
- [**breaking**] add optional `builder` feature limited to `Input`

### <!-- 3 -->📚 Documentation
- reorder package fields

## [0.1.1](https://github.com/ifiokjr/edgedb_codegen/compare/[email protected][email protected]) - 2024-08-26

### <!-- 7 -->⚙️ Miscellaneous Tasks
Expand Down

0 comments on commit e4f440a

Please sign in to comment.