Skip to content

Commit

Permalink
Update changelog & strum_macros version
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Glotfelty committed Jun 1, 2024
1 parent 0c85c16 commit c89286f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.26.3 (strum_macros)

* [#344](https://github.com/Peternator7/strum/pull/344): Hide `EnumTable` because it's going to be deprecated in the next
version.
* [#357](https://github.com/Peternator7/strum/pull/357): Fixes an incompatiblity with `itertools` by using the fully
qualified name rather than the inherent method.
* [#345](https://github.com/Peternator7/strum/pull/345): Allows unnamed tuple like variants to use their variants in
string interpolation. `#[strum(to_string = "Field 0: {0}, Field 1: {1})")]` will now work for tuple variants

## 0.26.2

* [#337](https://github.com/Peternator7/strum/pull/337): Fix missing generic impls for `EnumTryAs`
Expand Down
2 changes: 1 addition & 1 deletion strum_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strum_macros"
version = "0.26.2"
version = "0.26.3"
edition = "2018"
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
license = "MIT"
Expand Down

0 comments on commit c89286f

Please sign in to comment.