Skip to content

Commit

Permalink
chore: release v0.1.1 (#3)
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 26, 2024
1 parent acf538f commit 7356d58
Show file tree
Hide file tree
Showing 5 changed files with 40 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.0"
version = "0.1.1"
authors = ["Ifiok Jr. <[email protected]>"]
edition = "2021"
homepage = "https://edgedb.com"
Expand Down Expand Up @@ -42,9 +42,9 @@ typed-builder = "0.20"
uuid = "1"

# crates
edgedb_codegen = { path = "./crates/edgedb_codegen", version = "0.1.0" }
edgedb_codegen_core = { path = "./crates/edgedb_codegen_core", version = "0.1.0" }
edgedb_codegen_macros = { path = "./crates/edgedb_codegen_macros", version = "0.1.0" }
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" }

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

## [Unreleased]

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

### <!-- 0 -->🎉 Added
- add support for `Range` types

### <!-- 1 -->🐛 Bug Fixes
- make `edgedb-derive` optional

### <!-- 3 -->📚 Documentation
- update readme
- add `cli` to future work
- show where shared types should be placed
- explain future work

### <!-- 6 -->🧪 Testing
- `Range` not `Queryable` so needs upstream support

### <!-- 7 -->⚙️ Miscellaneous Tasks
- improve changelog generation

## [0.1.0](https://github.com/ifiokjr/edgedb_codegen/releases/tag/edgedb_codegen-v0.1.0) - 2024-08-25

### 🎉 Added
Expand Down
8 changes: 8 additions & 0 deletions crates/edgedb_codegen_core/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.1.1](https://github.com/ifiokjr/edgedb_codegen/compare/[email protected][email protected]) - 2024-08-26

### <!-- 0 -->🎉 Added
- add support for `Range` types

### <!-- 7 -->⚙️ Miscellaneous Tasks
- improve changelog generation

## [0.1.0](https://github.com/ifiokjr/edgedb_codegen/releases/tag/edgedb_codegen_core-v0.1.0) - 2024-08-25

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

## [Unreleased]

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

### <!-- 7 -->⚙️ Miscellaneous Tasks
- improve changelog generation

## [0.1.0](https://github.com/ifiokjr/edgedb_codegen/releases/tag/edgedb_codegen_macros-v0.1.0) - 2024-08-25

### 🎉 Added
Expand Down

0 comments on commit 7356d58

Please sign in to comment.