aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7663596..8a20b62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# CHANGELOG
-## [0.3.0] - UNRELEASED
+## [0.3.0] - 2023-03-04
Refactored common library code into `adenosine` crate. Will put common types,
helpers, and probably client code and generated Lexicon code there.
@@ -10,6 +10,7 @@ helpers, and probably client code and generated Lexicon code there.
- mst: interop tests with upstream `atproto` (Typescript) repository
- cli: create-invite command
+- cli: if output is terminal (tty), pretty print thread views
## Fixed