chore(main): release 0.5.0 (#12)

Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com>
This commit is contained in:
jimehbot[bot]
2025-03-11 00:06:02 +00:00
committed by GitHub
parent b28e506295
commit c98b79b4c5
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}

View File

@@ -2,6 +2,17 @@
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.5.0](https://github.com/jimeh/rands/compare/v0.4.0...v0.5.0) (2025-03-10)
### ⚠ BREAKING CHANGES
* **shuffle:** Minimum required Go version is now 1.18 due the `ShuffleSlice` using generics.
### Features
* **shuffle:** add Shuffle and ShuffleSlice functions ([#11](https://github.com/jimeh/rands/issues/11)) ([a141938](https://github.com/jimeh/rands/commit/a14193839475562268ea10e356580b33b27ebedc))
## [0.4.0](https://github.com/jimeh/rands/compare/v0.3.0...v0.4.0) (2025-03-07)