Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.1.2 #5

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1"
version = "0.1.2"
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.1" }
edgedb_codegen_core = { path = "./crates/edgedb_codegen_core", version = "0.1.1" }
edgedb_codegen_macros = { path = "./crates/edgedb_codegen_macros", version = "0.1.1" }
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" }

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

## [Unreleased]

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

### <!-- 3 -->📚 Documentation
- add coverage badge

### <!-- 6 -->🧪 Testing
- update to use `prettyplease` in snapshots
- add coverage support

### <!-- 7 -->⚙️ Miscellaneous Tasks
- support testing multiple rust versions

## [0.1.1](https://github.com/ifiokjr/edgedb_codegen/compare/v0.1.0...v0.1.1) - 2024-08-26

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

## [Unreleased]

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

### <!-- 0 -->🎉 Added
- *(edgedb_codegen_core)* add `prettyplease` format option

### <!-- 1 -->🐛 Bug Fixes
- increase minimum rust version

### <!-- 7 -->⚙️ Miscellaneous Tasks
- update coverage files
- support testing multiple rust versions

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

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