From 46a40031dd6dc2ab9af0ef858299bd62bb823a2f Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Fri, 14 Mar 2025 21:56:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 ++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c597e7d..0611f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### [0.3.0] - 2025-03-14 + +#### Features + +- Simplified multiple Generator functions to single function with options +- Added a lot of examples for docs +- Can add extra Options to Make + +Multiple breaking changes around Generators. + +#### Bugs + +- Fixed date formats + ### [0.2.1] - 2025-03-14 #### Features diff --git a/README.md b/README.md index f08b801..09b7bb7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ The purpose of nomino is to generate (probably random) filenames, for example, i It takes a lot of inspiration (although no actual code) from [Onym](https://github.com/Blaspsoft/onym). +Note that this is still not at a stable release. There will be breaking changes between minor releases until it reaches 1.0.0. Patch releases shouldn't contain breaking changes however. Once it reaches 1.0.0, breaking changes will only happen between major releases. + ## TODO I'll fill this out more in depth later.