summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2023-04-13 11:02:42 +0200
committerMarcel Müller <neikos@neikos.email>2023-04-13 11:02:42 +0200
commit12a24926c5331a661be6176d912798f43af2c2bf (patch)
tree562333f6d85163bdfbb882c2bca7eda632d44c49
parent713a76e36e13c87eecf0e002a101c3e3744f4d36 (diff)
Update Changelogv0.3.0release-0.3.z
Signed-off-by: Marcel Müller <neikos@neikos.email>
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b24c64..9e1706b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## v0.3.0
+
+This is the third public release of the `type_description` crate.
+
+The main addition are the terminal renderer, which can be used to render a
+`TypeDescription` to the terminal. For this the binary added v0.2.0 has been updated.
+
+The first external type has also been added, `url::Url`. Behind a feature-gate.
+
## v0.2.0
This is the second public release of the `type_description` crate.