From 439adc630489458f95ee5e910e663b413f88733e Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Sat, 25 Feb 2023 15:49:43 -0800 Subject: [PATCH 1/2] Update to geometry lib v0.1.4 --- scripts/geometry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geometry b/scripts/geometry index fcabdc4..69beb1a 160000 --- a/scripts/geometry +++ b/scripts/geometry @@ -1 +1 @@ -Subproject commit fcabdc4845da934bd3ad950403710eaafe9a29e4 +Subproject commit 69beb1a3060bfd451f717544bbc1de1af33451ea From 3b1b809974c6cb29a42845b846b3afd2f459464f Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Sat, 25 Feb 2023 15:50:21 -0800 Subject: [PATCH 2/2] Update changelog --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index e8f7d1e..01b831e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +# 0.6.5 +Update geometry lib to v0.1.4. + # 0.6.4 Update geometry lib to v0.1.3. Fix for calculating total distance in the vertical and horizontal directions (dx or dy equal 0). Possibly fixes issue #14.