Skip to content

Commit

Permalink
Update crate to 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Dec 22, 2021
1 parent ba32d58 commit 1b3f69d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.1 (2021-12-22)

* Import all items from parent scope when generating structs in submodule. ([#9])

[#9]: https://github.com/azriel91/enum_variant_type/pulls/9

## 0.3.0 (2021-12-18)

* `#[evt(derive(..))]` on enum adds derives on every variant. ([#6], [#7])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enum_variant_type"
version = "0.3.0"
version = "0.3.1"
authors = ["Azriel Hoh <mail@azriel.im>"]
edition = "2018"
description = "Generates types for each enum variant and conversion trait impls."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a poor-man's implementation of <https://github.com/rust-lang/rfcs/pull/2

```toml
[dependencies]
enum_variant_type = "0.3.0"
enum_variant_type = "0.3.1"
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
//! ```toml
//! [dependencies]
//! enum_variant_type = "0.3.0"
//! enum_variant_type = "0.3.1"
//! ```
//!
//! # Examples
Expand Down

0 comments on commit 1b3f69d

Please sign in to comment.