Compare commits
4 commits
cdb504c1a3
...
506e92f17a
| Author | SHA1 | Date | |
|---|---|---|---|
| 506e92f17a | |||
| 4e3132a5cf | |||
| 2561fe3cff | |||
| 17961ddd41 |
2 changed files with 16 additions and 3 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,5 +1,20 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### [1.0.0] - 2025-03-31 - 🚀 Stable release!
|
||||||
|
|
||||||
|
#### Support
|
||||||
|
|
||||||
|
- 📝 Vastly improved [go docs](https://pkg.go.dev/codeberg.org/danjones000/nomino).
|
||||||
|
- 📝 Fill out README with examples and links.
|
||||||
|
|
||||||
|
#### Tools
|
||||||
|
|
||||||
|
- 🛠 Replace all linting with golangci-lint
|
||||||
|
|
||||||
|
#### Code quality
|
||||||
|
|
||||||
|
- 🚨 A bunch of small improvements from new linter
|
||||||
|
|
||||||
### [0.5.0] - 2025-03-19 - ✨ Different types of UUIDs
|
### [0.5.0] - 2025-03-19 - ✨ Different types of UUIDs
|
||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,6 @@ 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.
|
|
||||||
|
|
||||||
Make sure to check out the [official documentation][docs].
|
Make sure to check out the [official documentation][docs].
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
@ -75,7 +73,7 @@ Finally, you can create a [custom generator](https://pkg.go.dev/codeberg.org/dan
|
||||||
|
|
||||||
## RTFM (Read the fabulous manual)
|
## RTFM (Read the fabulous manual)
|
||||||
|
|
||||||
[Official docs][docs], especially the [examples][].
|
[Official docs][docs], especially the [examples][]. Especially check out the [full example](https://pkg.go.dev/codeberg.org/danjones000/nomino#example-package), which includes how to use a global configuration.
|
||||||
|
|
||||||
[docs]: https://pkg.go.dev/codeberg.org/danjones000/nomino
|
[docs]: https://pkg.go.dev/codeberg.org/danjones000/nomino
|
||||||
[examples]: https://pkg.go.dev/codeberg.org/danjones000/nomino#pkg-examples
|
[examples]: https://pkg.go.dev/codeberg.org/danjones000/nomino#pkg-examples
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue