diff options
author | bryan newbold <bnewbold@robocracy.org> | 2023-03-04 19:38:25 -0800 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2023-03-04 19:38:25 -0800 |
commit | 973f4ec95715b919e18dad80633744f530e381c7 (patch) | |
tree | f5789280986da115acf84209161a7fedd1ea0235 | |
parent | 23535b69fa2f47875840b05e88ad721b13aa2a9f (diff) | |
download | adenosine-973f4ec95715b919e18dad80633744f530e381c7.tar.gz adenosine-973f4ec95715b919e18dad80633744f530e381c7.zip |
update CHANGELOG for v0.3.0
-rw-r--r-- | CHANGELOG.md | 3 |
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 |