📝 Update CHANGELOG

This commit is contained in:
Dan Jones 2025-03-14 21:56:12 -05:00
commit 46a40031dd
2 changed files with 16 additions and 0 deletions

View file

@ -1,5 +1,19 @@
# Changelog # 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 ### [0.2.1] - 2025-03-14
#### Features #### Features

View file

@ -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). 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 ## TODO
I'll fill this out more in depth later. I'll fill this out more in depth later.