File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## 0.26.2
4
13
5
14
* [ #337 ] ( https://github.com/Peternator7/strum/pull/337 ) : Fix missing generic impls for ` EnumTryAs `
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " strum_macros"
3
- version = " 0.26.2 "
3
+ version = " 0.26.3 "
4
4
edition = " 2018"
5
5
authors = [
" Peter Glotfelty <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments