From cc2584028866967a39b096265d5b9af4516c734f Mon Sep 17 00:00:00 2001 From: "hairyhenderson-bot[bot]" <167488603+hairyhenderson-bot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 10:01:48 -0400 Subject: chore(main): release 4.1.0 (#2153) * chore(main): release 4.1.0 * docs: mark new strings funcs as released Signed-off-by: Dave Henderson --------- Signed-off-by: Dave Henderson Co-authored-by: hairyhenderson-bot[bot] <167488603+hairyhenderson-bot[bot]@users.noreply.github.com> Co-authored-by: Dave Henderson --- docs-src/content/functions/strings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs-src') diff --git a/docs-src/content/functions/strings.yml b/docs-src/content/functions/strings.yml index 8c10a8f5..c4388e21 100644 --- a/docs-src/content/functions/strings.yml +++ b/docs-src/content/functions/strings.yml @@ -422,7 +422,7 @@ funcs: $ gomplate -i '{{ "_-foo-_" | strings.Trim "_-" }}' foo - name: strings.TrimLeft - # released: v4.1.0 + released: v4.1.0 description: | Trims a string by removing the given characters from the beginning of the string. This wraps Go's [`strings.TrimLeft`](https://pkg.go.dev/strings#TrimLeft). @@ -457,7 +457,7 @@ funcs: $ gomplate -i '{{ "hello, world" | strings.TrimPrefix "hello, " }}' world - name: strings.TrimRight - # released: v4.1.0 + released: v4.1.0 description: | Trims a string by removing the given characters from the end of the string. This wraps Go's [`strings.TrimRight`](https://pkg.go.dev/strings#TrimRight). -- cgit v1.2.3