Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Releases: devxbots/github-parts

0.10.0

18 Jul 21:19
3a7f0c2
Compare
Choose a tag to compare

What's Changed

Added

  • Add HTML URL to check runs by @jdno in #75
  • Add HTML URL to file results by @jdno in #76

Full Changelog: v0.9.2...v0.10.0

0.9.2

04 Jul 18:58
672aecf
Compare
Choose a tag to compare

What's Changed

Added

  • Create account type for bots by @jdno in #72

Full Changelog: v0.9.1...v0.9.2

0.9.1

24 Jun 12:06
797a4f0
Compare
Choose a tag to compare

What's Changed

Changed

  • Create constructor for check run input by @jdno in #69

Full Changelog: v0.9.0...v0.9.1

0.9.0

24 Jun 11:53
f9620dc
Compare
Choose a tag to compare

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.2

23 Jun 12:46
cc408a5
Compare
Choose a tag to compare

What's Changed

Added

  • Create action to list check suites by @jdno in #63

Full Changelog: v0.8.1...v0.8.2

0.8.1

23 Jun 09:07
9f150ae
Compare
Choose a tag to compare

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

22 Jun 13:16
d6ccc11
Compare
Choose a tag to compare

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

21 Jun 12:09
3c35ddd
Compare
Choose a tag to compare

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

21 Jun 11:50
c2bdfac
Compare
Choose a tag to compare

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

14 Jun 13:35
32f29bc
Compare
Choose a tag to compare

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