diff --git a/.release-notes/lori.md b/.release-notes/lori.md new file mode 100644 index 0000000..f1619ff --- /dev/null +++ b/.release-notes/lori.md @@ -0,0 +1,3 @@ +## Update ponylang/lori dependency to 0.5.1 + +We've updated the dependency on `ponylang/lori` to version 0.5.1. This new version of Lori addresses a couple of race conditions and should generally improve the stability of application using this library. diff --git a/corral.json b/corral.json index eee805c..8ed8025 100644 --- a/corral.json +++ b/corral.json @@ -9,7 +9,7 @@ }, { "locator": "github.com/ponylang/lori.git", - "version": "0.5.0" + "version": "0.5.1" } ], "info": {