Skip to content

Releases: KEINOS/Hello-Cobra

v1.1.3

13 Feb 02:34
1314f7c
Compare
Choose a tag to compare
  • Feature

    • feat: CodeCov.IO coverage badge (PR #20)
    • feat: add test of flag when using default settings
  • docs: add detailed usage in the comment

  • refactor: easier to read the flow

  • docs: describe that test action is a full-test

v1.1.2

10 Feb 03:11
aae3ba5
Compare
Choose a tag to compare

Feature

  • feat: go mod tidy on start up
    • Due to prevent warnings while booting container from a newly cloned repo via "Remote - Containers" in VSCode.
  • feat: Auto-detect local localse

Fixes

  • fix: remove ".vscode" dir since no more grammarly extension is used
  • fix: #14 remove redundancy in devcontainer
  • fix: remove unused VSCode setting file

Else

  • chore: update module

v1.1.1

09 Feb 02:46
28da346
Compare
Choose a tag to compare
  • Update README.md
  • fix: remove grammarly
  • fix: simpler file structure (#18)
  • fix: pkg util -> conf
    • conf is more easy to understand
  • fix: add cmd prefix in file name of commands
  • refactor: common.go for exported func and const

v1.1.0

08 Feb 14:29
a958451
Compare
Choose a tag to compare
  • Feat: GolangCI-Lint

v1.0.3

01 Feb 12:02
Compare
Choose a tag to compare
  • Feat: Config file sample using Viper

v1.0.2

28 Jan 12:54
Compare
Choose a tag to compare
Update update-on-release.yaml

Update go.mod

v1.0.1

28 Jan 05:42
1b844dd
Compare
Choose a tag to compare
Feat updaing pkg.go.dev (#15)

* Create update-on-release.yaml
* Update README.md

v1.0.0 Initial Release

28 Jan 03:47
c77b664
Compare
Choose a tag to compare
Migrate "flag" cmd to "ext" cmd as "hello"s child (#13)

* fix: remove flag command
  - `flag` functions will be implemented to `hello` cmd.
* refactor: hello command
* docs: add more comments
* fix: run-merge-tests.sh -> run-tests-merge.sh
  - run-coverage-tests.sh -> run-tests-coverage.sh as well.
* fix: go tool managemant settings
* docs: re-make order easier to notice
* fix: typo and better output when verbose mode
* chore: add 'OS' header for OS version info
* fix: simpler structure
  - Placed all samples in `ext` command
* fix: update go.mod