Releases: devxbots/github-parts
Releases · devxbots/github-parts
0.9.0
What's Changed
Changed
- Change mutability of action trait by @jdno in #65
- Change action trait to consume input by @jdno in #66
- Add optional output when creating check run by @jdno in #67
Full Changelog: v0.8.2...v0.9.0
0.8.1
What's Changed
Added
- Create entity for check run output by @jdno in #58
- Ensure entities have a constructor by @jdno in #60
Changed
- Add tracing to token factory by @jdno in #59
Fixed
- Make title and summary for check run output public by @jdno in #61
Full Changelog: v0.8.0...v0.8.1
0.8.0
What's Changed
Added
- Create module for testing by @jdno in #54
- Create app entity and add it to check runs by @jdno in #55
Changed
- Change GitHub client to interior mutability by @jdno in #53
- Fix visibility of testing module by @jdno in #56
Full Changelog: v0.7.1...v0.8.0
0.7.1
What's Changed
Changed
- Change visibility of token factory to public by @jdno in #51
Full Changelog: v0.7.0...v0.7.1
0.7.0
What's Changed
Changed
- Cache token in GitHub client by @jdno in #48
- Pass GitHub Client by reference by @jdno in #49
- Refactor method for GET requests in GitHub client by @jdno in #47
Full Changelog: v0.6.0...v0.7.0
0.6.0
What's Changed
Added
- Add tracing to actions by @jdno in #43
- Catch unsuccessful responses from GitHub by @jdno in #45
Fixed
- Skip serializing empty options by @jdno in #44
Full Changelog: v0.5.0...v0.6.0