summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-11-22 12:09:48 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-11-22 12:09:48 -0800
commit76154de777f4338340723cb51b8fcd12a5a672a0 (patch)
treedc24fc1b47dfcd6944b830eee200a68382460e5d /CHANGELOG.md
parent5c9f53120c125a3b653d9ee8a9b3dd0a63b62bbb (diff)
downloadadenosine-76154de777f4338340723cb51b8fcd12a5a672a0.tar.gz
adenosine-76154de777f4338340723cb51b8fcd12a5a672a0.zip
changelog and crate version bumps for v0.1.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0303a05..1168ebd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
# CHANGELOG
+## [0.1.2] - 2022-11-22
+
+## Added
+
+- pds: CAR download links
+
+## Changed
+
+- both: proper timestamp formatting, both in Rust and SQL schema
+- both: clippy lint fixes
+- both: TID formatting and generation
+- pds: cleaner commit metadata display in web UI
+
+
## [0.1.1] - 2022-11-11
## Fixed