Skip to content

Commit 8b781ba

Browse files
author
Peter Glotfelty
committed
Update changelog and versions.
1 parent 8daf564 commit 8b781ba

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.26.2
4+
5+
* [#337](https://github.com/Peternator7/strum/pull/337): Fix missing generic impls for `EnumTryAs`
6+
* [#334](https://github.com/Peternator7/strum/pull/334): Support prefix in `AsRefStr`. Technically a breaking change,
7+
but `prefix` was just added in `0.26.0` so it's a newer feature and it makes the feature more consisent in general.
8+
39
## 0.26.1
410

511
* [#325](https://github.com/Peternator7/strum/pull/325): use `core` instead of `std` in VariantArray.

strum/Cargo.toml

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

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.1"
3+
version = "0.26.2"
44
edition = "2018"
55
authors = ["Peter Glotfelty <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)