diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..33448d4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 2.2.0 + +- Update rnix to 0.11 by @pennae [#36](https://github.com/nix-community/nixdoc/pull/36) + +## 2.1.0 + +- Correctly support nested identifiers by @infinisil [#27](https://github.com/nix-community/nixdoc/pull/27) + +## 2.0.0 + +- Switched output format from DocBook to CommonMark by @ryantm [#25](https://github.com/nix-community/nixdoc/pull/25) diff --git a/Cargo.lock b/Cargo.lock index b1ae95e..300bc46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ dependencies = [ [[package]] name = "nixdoc" -version = "2.1.0" +version = "2.2.0" dependencies = [ "failure", "rnix", diff --git a/Cargo.toml b/Cargo.toml index 6f8ad42..2406002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixdoc" -version = "2.1.0" +version = "2.2.0" authors = ["Vincent Ambo ", "asymmetric"] [dependencies]