From a1eef788b1dba4b9b8fb950decb20be5107ebfb1 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 8 Jun 2024 08:00:36 -0500 Subject: [PATCH] docs(CHANGES): Fix `g` when running outside of vcs --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 7e72123..9d1ec3d 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,10 @@ $ pipx install --suffix=@next g --pip-args '\--pre' --force +### Fixes + +- Fix `g` when running outside of a VCS directory (#24) + ### Development - poetry: 1.8.1 -> 1.8.2