Skip to content

Releases: frigoref/triplea

2022-June-27 - 2.6.2

27 Jun 19:04
696f507
Compare
Choose a tag to compare
2022-June-27 - 2.6.2 Pre-release
Pre-release
Bump feign-gson from 11.8 to 11.9 (#10793)

Bumps [feign-gson](https://github.com/openfeign/feign) from 11.8 to 11.9.
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](https://github.com/openfeign/feign/compare/11.8...11.9)

---
updated-dependencies:
- dependency-name: io.github.openfeign:feign-gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2022-June-26 - Prerelease - 2.6.1

26 Jun 18:36
9bcafcd
Compare
Choose a tag to compare
Pre-release
Drop Codacy & Rename and combine github workflow actions (#10779)

(1) Drops codacy - the static analysis is useful but in practice we tend
to ignore the codacy warnings. Usually PMD will pick up any problems that
codacy highlights, otherwise it is usually problems in existing code
that are flagged.

(2) Combine workflow actions together and organize them.
Static code checks are prefixed with 'check-*', testing tasks are prefixed with
'testing-*', and all on-merge-to-master release actions are now in 'do-release.yml'

Actions that are run on-demand, are now prefixed with 'run-*'