2020-11-11 15:39:30 +00:00
|
|
|
# CHANGELOG
|
|
|
|
|
2022-04-13 08:27:13 +00:00
|
|
|
## v0.9.1 (2022-04-13)
|
|
|
|
|
|
|
|
### Others
|
|
|
|
|
|
|
|
- chore: add github release (2022-04-13)
|
|
|
|
|
|
|
|
- chore: bump license year (2022-04-13)
|
|
|
|
|
|
|
|
- build: bump go 1.18 in go.mod (2022-04-13)
|
|
|
|
|
|
|
|
- chore(changelog): generate v0.9.0 (2021-05-30)
|
|
|
|
|
2021-05-30 15:53:06 +00:00
|
|
|
## v0.9.0 (2021-05-30)
|
|
|
|
|
|
|
|
### Others
|
|
|
|
|
|
|
|
- build: update go.mod (2021-05-30)
|
|
|
|
|
|
|
|
- docs: add comment to explain (2021-05-30)
|
|
|
|
|
|
|
|
- chore(changelog): generate v0.8.0 (2021-04-16)
|
|
|
|
|
2021-04-16 07:32:03 +00:00
|
|
|
## v0.8.0 (2021-04-16)
|
|
|
|
|
|
|
|
### Others
|
|
|
|
|
|
|
|
- build: update go.mod (2021-04-16)
|
|
|
|
|
|
|
|
- chore: update go in github action (2021-04-16)
|
|
|
|
|
|
|
|
- chore(changelog): generate v0.7.0 (2021-03-17)
|
|
|
|
|
2021-03-17 05:07:35 +00:00
|
|
|
## v0.7.0 (2021-3-17)
|
|
|
|
|
|
|
|
### Others
|
|
|
|
|
|
|
|
- build: bump go 1.16 in go.mod
|
|
|
|
|
|
|
|
- chore(license): bump year 2021
|
|
|
|
|
|
|
|
- chore(readme): add go 1.16 guide install
|
|
|
|
|
|
|
|
- chore: bump go 1.16 in github action
|
|
|
|
|
|
|
|
- chore(changelog): generate v0.6.0
|
|
|
|
|
2021-01-18 06:50:09 +00:00
|
|
|
## v0.6.0 (2021-1-18)
|
|
|
|
|
|
|
|
### Others
|
|
|
|
|
|
|
|
- chore: update badges
|
|
|
|
|
|
|
|
- chore: bump golangci-lint v1.34 in github action
|
|
|
|
|
|
|
|
- chore(readme): add pkg.go.dev badge
|
|
|
|
|
|
|
|
- chore(changelog): generate v0.5.0
|
|
|
|
|
2020-12-18 10:23:42 +00:00
|
|
|
## v0.5.0 (2020-12-18)
|
|
|
|
|
|
|
|
### Others
|
|
|
|
|
|
|
|
- refactor: split color func from runGoTest
|
|
|
|
|
|
|
|
- build: update go.mod
|
|
|
|
|
|
|
|
- chore(readme): add thanks
|
|
|
|
|
|
|
|
- chore: remove ext from LICENSE
|
|
|
|
|
|
|
|
- chore: generate CHANGELOG v0.4.0
|
|
|
|
|
2020-12-01 11:00:33 +00:00
|
|
|
## v0.4.0 (2020-12-1)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- feat: split stdout and stderr reader, writer
|
|
|
|
|
|
|
|
### Others
|
|
|
|
|
|
|
|
- chore: build using gotip for github action
|
|
|
|
|
|
|
|
- chore: generate CHANGELOG v0.3.0
|
|
|
|
|
2020-11-12 10:03:13 +00:00
|
|
|
## v0.3.0 (2020-11-12)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- feat: remove wg.Sync() as no need
|
|
|
|
|
|
|
|
### Others
|
|
|
|
|
|
|
|
- chore: generate CHANGELOG v0.2.0
|
|
|
|
|
2020-11-11 15:45:13 +00:00
|
|
|
## v0.2.0 (2020-11-11)
|
|
|
|
|
|
|
|
### Others
|
|
|
|
|
|
|
|
- chore: add github action badge in README
|
|
|
|
|
|
|
|
- ci: add github action for go test, lint
|
|
|
|
|
|
|
|
- chore: generate CHANGELOG v0.1.0
|
|
|
|
|
2020-11-11 15:39:30 +00:00
|
|
|
## v0.1.0 (2020-11-11)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- feat: run go test with color
|
|
|
|
|
|
|
|
### Others
|
|
|
|
|
|
|
|
- docs: add install and usage guide in README
|
|
|
|
|
|
|
|
- chore: init gitignore and go.mod
|
|
|
|
|
2021-01-18 06:50:09 +00:00
|
|
|
- chore: add MIT LICENSE
|