From 9cd706932bff501eb554f3b537338b0699beae98 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Tue, 11 Mar 2025 12:44:16 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20new=20version=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b47e994..580034e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.2] - 2025-03-11 + +Bugfix release + +### Fixes + +- Extension being ignored. Original included twice. + ## [0.0.1] - 2025-03-10 Initial Release! Hope you like it! diff --git a/README.md b/README.md index e364bfc..f08b801 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ It takes a lot of inspiration (although no actual code) from [Onym](https://gith I'll fill this out more in depth later. -For now, add it to a new project, and run `go doc codeberg.org/danjones000/nomino` +For now, check [official documentation](https://pkg.go.dev/codeberg.org/danjones000/nomino).