Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Nov 6, 2022
1 parent 75dc8f0 commit 38e07b1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.4.0 (2022-11-06)

- Updated `glam` to v0.22
- Updated `rpds` to v0.12
- Updated `static-rc` to v0.6

## v0.3.0 (2022-07-03)

- Renamed `Size::SIZE` to `ShaderSize::SHADER_SIZE`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "encase"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
rust-version = "1.58"

Expand Down Expand Up @@ -29,7 +29,7 @@ harness = false
members = ["derive", "derive/impl"]

[dependencies]
encase_derive = { version = "=0.3.0", path = "derive" }
encase_derive = { version = "=0.4.0", path = "derive" }

thiserror = { version = "1", default-features = false }
const_panic = { version = "0.2", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "encase_derive"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

license = "MIT-0"
Expand All @@ -14,4 +14,4 @@ categories = ["rendering"]
proc-macro = true

[dependencies]
encase_derive_impl = { version = "=0.3.0", path = "./impl" }
encase_derive_impl = { version = "=0.4.0", path = "./impl" }
2 changes: 1 addition & 1 deletion derive/impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "encase_derive_impl"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

license = "MIT-0"
Expand Down

0 comments on commit 38e07b1

Please sign in to comment.