Sourced from github.com/Masterminds/sprig/v3's releases.
v3.3.0
What's Changed
- Updating the Go versions used in testing by
@mattfarina
in Masterminds/sprig#405- Change intial to initial. by
@chrishalbert
in Masterminds/sprig#391- Updating dependencies by
@mattfarina
in Masterminds/sprig#404- correct value by
@jheyduk
in Masterminds/sprig#376- Updating location of mergo by
@mattfarina
in Masterminds/sprig#406- feature: added sha512sum function by
@itzik-elayev
in Masterminds/sprig#400- docs: Add missing link to url functions by
@carlpett
in Masterminds/sprig#375- Update doc.go by
@chey
in Masterminds/sprig#369- Update mathf.md by
@zzhu41
in Masterminds/sprig#290- Removing duplicate documentation by
@mattfarina
in Masterminds/sprig#407- Updating the changelog for the 3.3.0 release by
@mattfarina
in Masterminds/sprig#408New Contributors
@chrishalbert
made their first contribution in Masterminds/sprig#391@jheyduk
made their first contribution in Masterminds/sprig#376@itzik-elayev
made their first contribution in Masterminds/sprig#400@carlpett
made their first contribution in Masterminds/sprig#375@chey
made their first contribution in Masterminds/sprig#369@zzhu41
made their first contribution in Masterminds/sprig#290Full Changelog: https://github.com/Masterminds/sprig/compare/v3.2.3...v3.3.0
Sourced from github.com/Masterminds/sprig/v3's changelog.
Release 3.3.0 (2024-08-29)
Added
- #400: added sha512sum function (thanks
@itzik-elayev
)Changed
- #407: Removed duplicate documentation (functions were documentated in 2 places)
- #290: Corrected copy/paster oops in math documentation (thanks
@zzhu41
)- #369: Corrected template reference in docs (thanks
@chey
)- #375: Added link to URL documenation (thanks
@carlpett
)- #406: Updated the mergo dependency which had a breaking change (which was accounted for)
- #376: Fixed documentation error (thanks
@jheyduk
)- #404: Updated dependency tree
- #391: Fixed misspelling (thanks
@chrishalbert
)- #405: Updated Go versions used in testing
e708470
Merge pull request #408
from mattfarina/update-changelog-3.38fc4354
Updating the changelog for the 3.3.0 releasecb81a32
Merge pull request #407
from mattfarina/remove-dup-math-functions2637693
Removing duplicate documentation06b9a87
Merge pull request #290
from zzhu41/patch-1e663ec6
Merge pull request #369
from chey/patch-1bb2f73f
Merge pull request #375
from carlpett/patch-1f07659e
Merge pull request #400
from itzik-elayev/master98b35c1
Add closing bracket7a88928
Merge pull request #406
from mattfarina/update-mergo