Releases: twelvelabs/termite
Releases · twelvelabs/termite
v0.13.2
Changelog
Bug fixes
Other work
- 05b2118: chore(deps): bump github.com/go-playground/validator/v10 from 10.16.0 to 10.17.0 (#94) (@dependabot[bot])
- fbd24d7: chore(deps): bump github.com/go-playground/validator/v10 from 10.17.0 to 10.19.0 (#102) (@dependabot[bot])
- 94681d3: chore(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0 (#91) (@dependabot[bot])
- 551f1c2: chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#101) (@dependabot[bot])
- 9538e05: chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#93) (@dependabot[bot])
- 72923f5: chore(deps): update all dependencies to latest version (#89) (@twelvelabs)
- 5b1be51: chore(deps): update gh actions to latest versions (#90) (@twelvelabs)
- b9c96cc: chore: update all dependencies to latest, update Go to 1.23 (#122) (@twelvelabs)
- c094555: chore: update dependabot config (@twelvelabs)
- ba21d9d: ci(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#67) (@dependabot[bot])
- a266b24: ci(deps): bump actions/setup-go from 4.1.0 to 5.0.0 (#92) (@dependabot[bot])
- 1ac4f7e: ci(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5 (#95) (@dependabot[bot])
- 28f8832: ci(deps): bump codecov/codecov-action from 3.1.5 to 4.1.0 (#100) (@dependabot[bot])
- 75ea743: ci(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (#69) (@dependabot[bot])
- f250ba0: ci(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (#68) (@dependabot[bot])
v0.13.1
v0.13.0
v0.12.0
Changelog
New Features
- e7723cd: feat: add fsutil package (@twelvelabs)
Bug fixes
- c7c534b: fix(deps): bump github.com/go-playground/validator/v10 from 10.13.0 to 10.14.1 (#66) (@dependabot[bot])
- 30c1ea8: fix(deps): bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 (#63) (@dependabot[bot])
- c77996e: fix(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#58) (@dependabot[bot])
- e204d15: fix(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#64) (@dependabot[bot])
- af45bc7: fix: support rendering nil templates (@twelvelabs)
Other work
- 47621ca: ci(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (#59) (@dependabot[bot])
- ea661d9: ci(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4 (#60) (@dependabot[bot])
- bbd7cf2: ci(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (#65) (@dependabot[bot])
v0.11.0
Changelog
New Features
- 16c5113: feat: support rendering strings in maps and slices (@twelvelabs)
Bug fixes
- e1f2b58: fix(deps): bump github.com/go-playground/validator/v10 from 10.12.0 to 10.13.0 (#57) (@dependabot[bot])
Other work
- 8f1b45e: ci(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3 (#56) (@dependabot[bot])
v0.10.0
Changelog
New Features
- 5a03800: feat: support loading config values from environment (#55) (@twelvelabs)
Bug fixes
- 509d3df: fix(deps): bump github.com/go-playground/validator/v10 from 10.11.2 to 10.12.0 (#50) (@dependabot[bot])
- d71e5ae: fix(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#51) (@dependabot[bot])
Other work
- 951a212: ci(deps): bump actions/checkout from 3.4.0 to 3.5.0 (#52) (@dependabot[bot])
- 766ff1f: ci(deps): bump actions/checkout from 3.5.0 to 3.5.2 (#54) (@dependabot[bot])
- 45db321: ci(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 (#53) (@dependabot[bot])
v0.9.2
Changelog
Bug fixes
- e51d40b: fix(deps): bump github.com/creasty/defaults from 1.6.0 to 1.7.0 (#46) (@dependabot[bot])
- 0972ae1: fix: support multiple assertions per-path in AssertPaths (#49) (@twelvelabs)
Other work
- e00b03d: chore: fix codecov reports (#45) (@twelvelabs)
- c0ef366: ci(deps): bump actions/checkout from 3.3.0 to 3.4.0 (#48) (@dependabot[bot])
- b80a2cb: ci(deps): bump actions/setup-go from 3.5.0 to 4.0.0 (#47) (@dependabot[bot])
v0.9.1
v0.9.0
Changelog
New Features
- f3660e3: feat: add ui responder that returns the default value (#43) (@twelvelabs)
v0.8.0
Changelog
New Features
- 9d93cf1: feat: support registering custom validations (#41) (@twelvelabs)
- 501d623: feat: support validations in prompter (#42) (@twelvelabs)