Releases: eng618/go-eng
Releases · eng618/go-eng
v0.13.3
v0.13.0
v0.12.2
Changelog
- 6352fa9 build(deps): bump actions/setup-go from 4 to 5 (#21)
- 7439fe0 build(deps): bump codecov/codecov-action from 3 to 4 (#22)
- ea9181c build(deps): bump golang.org/x/crypto in /examples/web-service-gin
- d423d72 build(deps): bump golangci/golangci-lint-action from 3 to 5 (#26)
- 92b8967 build/ci: various adjustments
- 07a371b build: bump deps
- f840b03 chore: update changelog [skip ci]
- d0125d9 test(db): lint tests
- b57c7e6 test(db): updates
v0.12.1
v0.12.0
Changelog
- 587ba9b build(deps): bump all
- 238dacc build(deps): bump all deps
- e53c8c3 build: remove disabled workflow
- ffbf8fa chore: update changelog [skip ci]
- c7cdf03 docs(grammar): updates phonetics
- c61cb1b feat(algo): adds anagrams package
- b572025 feat(db): add in memory database example
- 07b8905 feat(leet): add a couple answers
- 4ce6dfe feat(list): standard library example
- 86e568d feat(vowels): add vowels algorithm package
- 67b6f03 fix(anagrams): simplified logic
- 5983dce refactor(fibonacci): clean up typos and examples
- 9144771 refactor(list): standard library example
- 0cb3f18 test(slice_queue): update examples