Skip to content

Commit

Permalink
Release 1.0.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmzz committed Jul 14, 2024
1 parent 1e709ef commit c13fb43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Source: https://keepachangelog.com/

## [Unreleased]

## [1.0.1-beta.1] - 2024-07-14

* **Crate**: https://crates.io/crates/macon/1.0.1-beta.1
* **Documentation**: https://docs.rs/macon/1.0.1-beta.1/macon/

### Added

- Support configuration of Optional types (#27)
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macon"
version = "1.0.2"
version = "1.0.1-beta.1"
edition = "2021"

authors = ["Logan Mzz"]
Expand All @@ -22,8 +22,8 @@ categories = [
]

[dependencies]
macon_derive = { version = "=1.0.2", path = "macon_derive" }
macon_api = { version = "=1.0.2", path = "macon_api" }
macon_derive = { version = "=1.0.1-beta.1", path = "macon_derive" }
macon_api = { version = "=1.0.1-beta.1", path = "macon_api" }

[features]
debug = [
Expand All @@ -47,7 +47,7 @@ default-members = [
]

[workspace.package]
version = "1.0.2"
version = "1.0.1-beta.1"
edition = "2021"

authors = ["Logan Mzz"]
Expand Down

0 comments on commit c13fb43

Please sign in to comment.