Releases: kamilsk/semaphore
v4.4.1
4.3.1
Changelog
a5ea77e improve code quality
c87a478 remove scrutinizer ci config file
e032167 update readme
43b72eb remove examples, add go 1.11 to go matrix
3ec5625 remove makes
a686c98 update readme
187467d update license
d4fb457 hide examples
a7c973d remove .github dir
41765da Merge branch 'dev'
2b78ba7 fix link to research
6721058 update readme
b2512d4 update #144: extend exlude paths in scrutinizer config
d008cc5 fix #144: fix builds on go 1.5 and 1.6
91017e4 update checklist
763f620 update .github, makes, travis and scrutinizer configs
v4.4.0
Changelog
1c16e84 define go module
41765da Merge branch 'dev'
2b78ba7 fix link to research
6721058 update readme
b2512d4 update #144: extend exlude paths in scrutinizer config
d008cc5 fix #144: fix builds on go 1.5 and 1.6
91017e4 update checklist
763f620 update .github, makes, travis and scrutinizer configs
4.3.0
4.2.3
4.2.2
Changelog
cec8c8a test on Go 1.10
e2cc807 fix #136: add Go 1.10; fix #135: integrate with scrutinizer; fix #134: add quick start example;
0f89d36 remove strings.Compare
b128527 update switch case in HelpCommand.Do()
e3ff475 remove misprinted char
0534117 Merge branch 'dev'
239a709 update .gitignore
5a6a155 Merge branch 'dev'
6a28204 update description
8d1d32c fix #132: add tweet button, update tracker image
19e2c38 update gitignore
122c770 fix #123: fix problems with check-code-quality and rename it to code-quality-check
012fdfd update #95: change tracker link in master branch
78da205 fix merge problems in dev branch
92707bd Merge branch 'dev'
fe50296 Merge branch 'dev'
131f683 fix warning: exported const Success should have comment (or a comment on this block) or be unexported (golint)
ddb42ae Merge branch 'dev'
082beda extend error message
763744e extend error message
1e58f96 update gopkg.lock
8bee6cc Merge branch 'dev'
3d72942 fix version in cmd readme
e869657 fix issue #120: add --debug flag to show error stack trace
9d8392d rename Main struct to application
944b1a0 issue #101: up coverage of main.go
f489f9e issue #101: up coverage of task.to to 100%
0cbd03b issue #118: remove benchmarks from dev branch
1886a33 fix license link
c575017 Merge branch 'dev'
f7ac639 add analytics to cmd/readme
ec111d1 update #119: change tracker link in master branch
f482a58 update #119: change tracker link
674a14b fix issue #119: update twitter badges
fdc3b28 issue #101: try to create blackbox test for cli tool
cc7ccd0 fix issue #115: add google analytics
59743a3 change output for not implemented features
6588f40 downgrade go version for cmd-test-N targets
e856808 update deps
71d2fab move nolint comment
Automated with GoReleaser
Built with go version go1.9.4 linux/amd64
4.2.1
Changelog
c302103 issue #101: prepare coverage increase
133722f update install section in travis yaml
49cc515 fix invalid dep link
b8becfd fix issue #114: port from glide to dep
6897385 fix issue #113: use runtime env vars in help command
82761a7 issue #113: prepare to injection
456e348 change schema of OctoLab site
Automated with GoReleaser
Built with go version go1.9 linux/amd64
4.2.0
Changelog
6db8734 fix issue #112: add new functions IsEmpty and IsTimeout
49ec74b fix issue #105: improve makefile
dfcfb59 issue #105: port makes with help target
85d64c0 issue #105: fix false positive result of make test
9f666a7 issue #105: try to fix false positive result of make test
de387b2 issue #97: update README.md
118f65f issue #97: update cmd/README.md
0070464 fix issue #110: add guides
270a6b9 fix issue #106: add rate limit example
422966f fix issue #107: add patreon
f027eac fix issue #109: add complex example for bash
11fddcf fix issue #111: update cmd/readme
6ec0bb4 fix link to research branch
b8c5f94 fix issue #108: remove research from main branch
3ad77c8 add asciinema to main readme
Automated with GoReleaser
Built with go version go1.9 linux/amd64
4.1.0
4.0.0
Changelog
b050ce0 fix issue #98: add asciinema example
75e16a3 fix issue #67 and #94: complete mvp, commands consistency is important
f331163 improve help command handling, improve output
5c82a8b remove unnecessary return statement
dd2af24 fix issue #88: complete worker pool example
08c7aa5 issue #88: prepare example about pool of workers
f145e5e fix misprints
54714de fix issue #87: add interrupt example
43088bc fix issue #80: review examples in readme
ff9fafc fix issue #72: add github.com/fatih/color to deps
91ac3a2 fix issue #99: rename goreleaser.yml
b51a467 add 1.9.x to test
a77d08d fix issue #86: add edit mode into todo list
fda027c fix issue #68: add plan to implement notification
fbc42ce fix issue #92: add progress bar
7a425d4 issue #67: complete all commands
3a6a882 fix issue #91: complete HelpCommand
afeeef8 grammar fixes
16bb560 add context support, reduce test timeout, add channel with deadline
f4a8504 complete task.go from cmd/semaphore
8d13dbf issue #91: prepare HelpCommand
6aee064 review BaseCommand
1b03cca move glide.yaml to cmd/semaphore
a7a7ef3 fix issue #96: update .travis.yml
c8891a6 try to fix travis build
38646d4 fix issue #95: separate research, add glide.yaml to resolve deps for cmd/semaphore
3797cc7 move research.yml to separate dir, prepare deps for cmd/semaphore
3681636 fix issue #90: complete wait command
d6ba30a issue #90: complete AddCommand
e0e244e issue #90: complete CreateCommand
63c5a2c add WithSignal and Multiplex, define required commands
8e00c48 fix builds
550d755 prevent errors on go1.5 and go1.6
38452ae backbone for task runner
b44e2ca fix issue #85: prepare to handle SIGTERM
f083c10 fix issue #77: update rule for check-code-quality
82d0ce3 fix issue #82: add link to Go Code Review Comments page
eb928e2 fix issue #76: add code of conduct
fb0e47d fix issue #73: add package level interface implementation
c162798 fix issue #69: complete goreleaser.yml
846564f update issue #81: channel_test transformed to blackbox test
dc10660 fix issue #81: convert semaphore_test to blackbox test
efb9e5b fix issue #83: freeze glide.lock
1852784 fix issue #84: remove classic and simple subpackages
e468a57 fix issues #74, #89: remove context as required package, restore support go1.5 and go1.6
0253322 github shows invalid README
635d097 issue #67: add concept, update deps, update make files
67aee3c update gitignore
620c126 reduce test timeout
44819c0 remove todo
103811b fix example test naming
Automated with GoReleaser
Built with go version go1.8.3 linux/amd64