summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2022-09-17 15:55:10 +0200
committerMarcel Müller <neikos@neikos.email>2022-09-17 15:55:10 +0200
commit3c3232b0e311cc93817921acf7f62a62840b8b28 (patch)
tree8bd8af9deb8980d4083326eb6e80f99165820811
parentc165054dad244898afec6aa7b7118febc426131d (diff)
Update CHANGELOGv0.2.0release-0.2.z
Signed-off-by: Marcel Müller <neikos@neikos.email>
-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.