Skip to content

Commit

Permalink
Bump to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paholg committed Feb 21, 2023
1 parent de06b78 commit cb5696e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This project follows semantic versioning.

### Unreleased

### 1.0.0 (2023-02-20)
- [fixed] Bug when repeating a type in an unnamed variant.
- [changed] **BREAKING** All enums to be created must now be declared at the
top-level subenum attribute.
Expand Down
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[package]
name = "subenum"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
authors = [ "Paho Lurie-Gregg <[email protected]>"]
authors = ["Paho Lurie-Gregg <[email protected]>"]
documentation = "https://docs.rs/subenum"
repository = "https://github.com/paholg/subenum"
readme = "README.md"
license = "MIT OR Apache-2.0"
description = """A proc-macro to create subsets of enums, that can be converted
to and from."""
categories = ["development-tools::procedural-macro-helpers"]
keywords = ["enum", "sub-enum"]

[lib]
proc-macro = true
Expand Down

0 comments on commit cb5696e

Please sign in to comment.