From ead76ca8e95013285d73a96161d97bf6b717cd3e Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Tue, 27 Feb 2024 19:35:13 +0100 Subject: [PATCH] Version 3.0.1 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ffd1b..f045574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Version 3.0.0 +## Version 3.0.1 ### New Features @@ -18,6 +18,10 @@ See [Migration guide](./doc/migration.md) for smooth transition in https://github.com/nix-community/nixdoc/pull/91. +## Version 3.0.0 + +Removed due to invalid lock file. + ## 2.7.0 - Added support to customise the attribute set prefix, which was previously hardcoded to `lib`. diff --git a/Cargo.lock b/Cargo.lock index eb0af38..ec7b05f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "nixdoc" -version = "2.6.0" +version = "3.0.1" dependencies = [ "clap", "insta", diff --git a/Cargo.toml b/Cargo.toml index 7156642..70c2a96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixdoc" -version = "3.0.0" +version = "3.0.1" authors = ["Vincent Ambo ", "asymmetric"] edition = "2021" description = "Generate CommonMark from Nix library functions"