Skip to content

Commit d4137a3

Browse files
committed
Release 1.0.1-beta.0
1 parent 3bc55d8 commit d4137a3

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Source: https://keepachangelog.com/
44

55
## [Unreleased]
66

7+
## [1.0.1-beta.0] - 2024-04-07
8+
9+
* **Crate**: https://crates.io/crates/macon/1.0.1-beta.0
10+
* **Documentation**: https://docs.rs/macon/1.0.1-beta.0/macon/
11+
712
### Added
813

914
- Support crate configuration (#25)

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "macon"
3-
version = "1.0.1"
3+
version = "1.0.1-beta.0"
44
edition = "2021"
55

66
authors = ["Logan Mzz"]
@@ -22,8 +22,8 @@ categories = [
2222
]
2323

2424
[dependencies]
25-
macon_derive = { version = "=1.0.1", path = "macon_derive" }
26-
macon_api = { version = "=1.0.1", path = "macon_api" }
25+
macon_derive = { version = "=1.0.1-beta.0", path = "macon_derive" }
26+
macon_api = { version = "=1.0.1-beta.0", path = "macon_api" }
2727

2828
[package.metadata.docs.rs]
2929
rustdoc-args = ["--generate-link-to-definition"]
@@ -42,7 +42,7 @@ default-members = [
4242
]
4343

4444
[workspace.package]
45-
version = "1.0.1"
45+
version = "1.0.1-beta.0"
4646
edition = "2021"
4747

4848
authors = ["Logan Mzz"]

0 commit comments

Comments
 (0)