Skip to content

Commit

Permalink
Update changelog and versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Glotfelty committed Mar 10, 2024
1 parent 8daf564 commit 8b781ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 0.26.2

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

## 0.26.1

* [#325](https://github.com/Peternator7/strum/pull/325): use `core` instead of `std` in VariantArray.
Expand Down
2 changes: 1 addition & 1 deletion strum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "strum"
version = "0.26.1"
version = "0.26.2"
edition = "2018"
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion strum_macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "strum_macros"
version = "0.26.1"
version = "0.26.2"
edition = "2018"
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
license = "MIT"
Expand Down

0 comments on commit 8b781ba

Please sign in to comment.