chore(main): release 0.2.1 (#15)

Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com>
This commit is contained in:
jimehbot[bot]
2025-04-05 12:34:00 +01:00
committed by GitHub
parent 550ba17fb0
commit e17b04717f
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}

View File

@@ -2,6 +2,13 @@
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.2.1](https://github.com/jimeh/go-golden/compare/v0.2.0...v0.2.1) (2025-04-05)
### Features
* **options:** add optional Options arguments to New() function ([#14](https://github.com/jimeh/go-golden/issues/14)) ([550ba17](https://github.com/jimeh/go-golden/commit/550ba17fb0be76372eab83f2494ee4ffff804fa6))
## [0.2.0](https://github.com/jimeh/go-golden/compare/v0.1.0...v0.2.0) (2025-03-24)