This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
Releases: shuheiktgw/go-travis
Releases · shuheiktgw/go-travis
Release v0.3.1
- Remove Authentication.UsingGithubToken method (#75)
Release v0.3.0
Release v0.2.4
- Add "branch" option to Env vars (#66) by @kamatama41
- Add config props to Job struct(#67)
Release v0.2.3
- Migrate from dep to Go Modules 🎉 🎉 (by @paveg)
Release v0.2.2
Release v0.2.1
- Support Key Pair resources (#51)
Release v0.2.0
There are several breaking changes. Major ones are:
- Almost all the struct fields are pointer.
- Almost all the methods interacting with the API takes an option parameter to support eager loading.
Release v0.1.9
- GithubLanguage is of type string not uint (#13)
Release v0.1.8
- Chenge Tag from string to struct (#10)