mirror of
https://github.com/jimeh/rands.git
synced 2026-02-19 11:26:38 +00:00
45 lines
1.7 KiB
Markdown
45 lines
1.7 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
|
|
## [0.4.0](https://github.com/jimeh/rands/compare/v0.3.0...v0.4.0) (2025-03-07)
|
|
|
|
|
|
### ⚠ BREAKING CHANGES
|
|
|
|
* **deps:** Minimum Go version changed from 1.15 to 1.17.
|
|
|
|
### Features
|
|
|
|
* **deps:** upgrade to Go 1.17 and golanci-lint 1.64 ([#5](https://github.com/jimeh/rands/issues/5)) ([16bd3ea](https://github.com/jimeh/rands/commit/16bd3ea3b9483f5510c0e0fa35e832e881840b3a))
|
|
* **strings/uuidv7:** add UUIDv7 generation ([#10](https://github.com/jimeh/rands/issues/10)) ([fe43086](https://github.com/jimeh/rands/commit/fe4308607cc8d454255908dc44e64462759e303d))
|
|
|
|
## [0.3.0](https://github.com/jimeh/rands/compare/v0.2.0...v0.3.0) (2021-12-17)
|
|
|
|
|
|
### Features
|
|
|
|
* **error:** export error variables ([164ccc4](https://github.com/jimeh/rands/commit/164ccc497ad9880d43b22b74d6a83c5e68d79334))
|
|
* **randsmust:** add randsmust package ([22fe517](https://github.com/jimeh/rands/commit/22fe517baa8b6939503c0c804dd71628f7d473a3))
|
|
|
|
## [0.2.0](https://github.com/jimeh/rands/compare/v0.1.1...v0.2.0) (2021-03-16)
|
|
|
|
|
|
### Features
|
|
|
|
* **strings:** add UUID function to generate random RFC 4122 UUID v4 strings ([825a3c1](https://github.com/jimeh/rands/commit/825a3c18fbc8e0497eafea9254baadb2951f23c6))
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **strings:** add missing benchmark for DNSLabel ([a755fe9](https://github.com/jimeh/rands/commit/a755fe957a485e4c29b8ade474878b265785bc66))
|
|
|
|
### [0.1.1](https://github.com/jimeh/rands/compare/v0.1.0...v0.1.1) (2021-01-20)
|
|
|
|
## 0.1.0 (2021-01-20)
|
|
|
|
|
|
### Features
|
|
|
|
* **rands:** initial implementation ([597fe53](https://github.com/jimeh/rands/commit/597fe535d32763f6b892e376bed4f2030c0aa45f))
|