Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Jan 2, 2024
1 parent d5b71ed commit 0ba28f7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.7.0 (2024-01-02)

- Allow buffer types to accept `?Sized` types
- Fix min `syn` version (v2.0.1)
- Updated `glam` to v0.25
- Updated `vek` to v0.16
- Updated `rpds` to v1
- Updated `archery` to v1

## v0.6.1 (2023-05-09)

- Fix erroring on attributes not owned by this crate
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.6.1"
version = "0.7.0"
edition = "2021"
rust-version = "1.63"

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

[dependencies]
encase_derive = { version = "=0.6.1", path = "derive" }
encase_derive = { version = "=0.7.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.6.1"
version = "0.7.0"
edition = "2021"

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

[dependencies]
encase_derive_impl = { version = "=0.6.1", path = "./impl" }
encase_derive_impl = { version = "=0.7.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.6.1"
version = "0.7.0"
edition = "2021"

license = "MIT-0"
Expand Down

0 comments on commit 0ba28f7

Please sign in to comment.