CHANGELOG.md in librarian-0.0.13 vs CHANGELOG.md in librarian-0.0.14
- old
+ new
@@ -1,4 +1,8 @@
+## 0.0.14
+
+* \#39 Fixes a regression induced by using `git reset --hard SHA`.
+
## 0.0.13
* \#36 Fixes an issue where, if a dependency has a git source (the upstream), and the upstream is updated,
then attempting to update that dependency in the local resolution would not update that dependency so
long as that git source were cached (@databus23).