We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0476f commit 104f195Copy full SHA for 104f195
CHANGELOG.md
@@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.0.1] (2024-07-16)
11
+
12
+### Added
13
+* Added attribute call during docs.rs builds to generate railroad diagram.
14
+* The attribute proc macro is published in the crate [cifg-diag-attr][attr-crates-io].
15
16
## [1.0.0] (2024-07-15)
17
18
### Added
19
* Initial commit of `cifg` macro.
20
* Licenses and readme.
21
22
+[attr-crates-io]: https://crates.io/crates/cifg-diag-attr
0 commit comments