From 43d0e56733d8dde9fc63412e7d7be5c2e3c94656 Mon Sep 17 00:00:00 2001 From: David Gamba Date: Tue, 23 Jan 2024 22:58:34 -0700 Subject: [PATCH] buildutils: update changelog --- buildutils/changelog.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildutils/changelog.adoc b/buildutils/changelog.adoc index 6b02806..5e7e91e 100644 --- a/buildutils/changelog.adoc +++ b/buildutils/changelog.adoc @@ -1,6 +1,10 @@ = Changelog :toc: +== v0.3.0: Add FindFileUpwards function + +* Add FindFileUpwards function to find a file upwards in the directory tree. + == v0.2.0: Add GoModDir function * Add GoModDir function to get the directory of the go.mod file.