Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Feb 27, 2024
1 parent d5a07a4 commit ead76ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version 3.0.0
## Version 3.0.1

### New Features

Expand All @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nixdoc"
version = "3.0.0"
version = "3.0.1"
authors = ["Vincent Ambo <[email protected]>", "asymmetric"]
edition = "2021"
description = "Generate CommonMark from Nix library functions"
Expand Down

0 comments on commit ead76ca

Please sign in to comment.