Skip to content

Commit

Permalink
stupid branch stuff. (#248)
Browse files Browse the repository at this point in the history
* Change #![allow(clippy::missing_docs_in_private_items)] to #[allow(clippy::missing_docs_in_private_items)], also rustfmt went wild

* fix for 1.34 building.

* clippy be quiet

* derive changelog.

* chore: Release bytemuck_derive version 1.7.0
  • Loading branch information
Lokathor authored May 28, 2024
1 parent c954006 commit d15b8e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bytemuck_derive"
description = "derive proc-macros for `bytemuck`"
version = "1.6.1"
version = "1.7.0"
authors = ["Lokathor <[email protected]>"]
repository = "https://github.com/Lokathor/bytemuck"
readme = "README.md"
Expand Down
4 changes: 4 additions & 0 deletions derive/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

## `bytemuck_derive` changelog

## 1.7.0

* Allow generics in `derive(ByteEq, ByteHash)` https://github.com/Lokathor/bytemuck/pull/219

## 1.6.0

* This allows `CheckedBitPattern` to be derived for enums with fields.
Expand Down

0 comments on commit d15b8e0

Please sign in to comment.