Skip to content

Commit c89286f

Browse files
author
Peter Glotfelty
committed
Update changelog & strum_macros version
1 parent 0c85c16 commit c89286f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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

514
* [#337](https://github.com/Peternator7/strum/pull/337): Fix missing generic impls for `EnumTryAs`

strum_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strum_macros"
3-
version = "0.26.2"
3+
version = "0.26.3"
44
edition = "2018"
55
authors = ["Peter Glotfelty <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)