File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Source: https://keepachangelog.com/
4
4
5
5
## [ Unreleased]
6
6
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
+
7
12
### Added
8
13
9
14
- Support crate configuration (#25 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " macon"
3
- version = " 1.0.1"
3
+ version = " 1.0.1-beta.0 "
4
4
edition = " 2021"
5
5
6
6
authors = [" Logan Mzz" ]
@@ -22,8 +22,8 @@ categories = [
22
22
]
23
23
24
24
[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" }
27
27
28
28
[package .metadata .docs .rs ]
29
29
rustdoc-args = [" --generate-link-to-definition" ]
@@ -42,7 +42,7 @@ default-members = [
42
42
]
43
43
44
44
[workspace .package ]
45
- version = " 1.0.1"
45
+ version = " 1.0.1-beta.0 "
46
46
edition = " 2021"
47
47
48
48
authors = [" Logan Mzz" ]
You can’t perform that action at this time.
0 commit comments