📝 Update CHANGELOG
This commit is contained in:
parent
db2f12522d
commit
46a40031dd
2 changed files with 16 additions and 0 deletions
14
CHANGELOG.md
14
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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue