Skip to content

Commit

Permalink
Publish new version with fix #276
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Glotfelty committed Jul 3, 2023
1 parent 93ea44d commit 69e3449
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 0.25.0

This comment has been minimized.

Copy link
@uklotzde

uklotzde Jul 4, 2023

Duplicate and outdated version number.

This comment has been minimized.

Copy link
@Peternator7

Peternator7 Jul 4, 2023

Owner

oops, copy-paste error. Fixed, thanks!


* [#276](https://github.com/Peternator7/strum/pull/276). Fixes [#275](https://github.com/Peternator7/strum/issues/275) and
[#281](https://github.com/Peternator7/strum/issues/281). Not sure exactly why this broke, perhaps incompatibilities between
syn 1 and 2. PR fixes the issue by only looking at attributes of the "list" type `[attr(item, item)]`.

## 0.25.0

### Breaking Changes

* [#261](https://github.com/Peternator7/strum/pull/261) Upgrade syn dependency to version 2. This bumps the msrv to
Expand Down
4 changes: 2 additions & 2 deletions strum_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strum_macros"
version = "0.25.0"
version = "0.25.1"
edition = "2018"
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
license = "MIT"
Expand All @@ -26,4 +26,4 @@ rustversion = "1.0"
syn = { version = "2.0", features = ["parsing", "extra-traits"] }

[dev-dependencies]
strum = "0.24"
strum = "0.25"

0 comments on commit 69e3449

Please sign in to comment.