summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec62af3..7b24c64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+## v0.2.0
+
+This is the second public release of the `type_description` crate.
+
+The main addition are the markdown renderer, which can be used to render a
+`TypeDescription` to Markdown.
+
+A convenience binary has also been added to transform a JSON formatted
+`TypeDescription` on standard input into Markdown as standard output.
+
+### Additions
+
+* Markdown rendering capabilities
+
+### New Contributors
+
+* None this release
+
## v0.1.0
This is the initial public release of the `type_description` crate.