Skip to content

Latest commit

 

History

History
110 lines (95 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

110 lines (95 loc) · 12.4 KB

Changelog

v0.3.0 (10/07/2019)

Enhancements

Bug Fixes

  • Ignore strings that contain the version as proper substring #565 by @fthomas
  • Ignore updates where currentVersion and newerVersion are identical #559 by @fthomas
  • Include repo in head param when searching for PRs #552 by @fthomas
  • Refine replaceAllInGroupId #547 by @fthomas
  • Do not ignore artifactId in replaceAllInImpl #531 by @fthomas
  • Remove InvalidVersions from Update.newerVersions #494 by @fthomas
  • Ignore SNAPSHOT updates if current version is not already a SNAPSHOT #485 by @fthomas
  • Elevate pre release semver #648 by @ChristopherDavenport
  • Call .value outside of lambda #588 by @fthomas
  • Install sbt-scalafix plugin only during migrations #602 by @fthomas
  • Ignore untracked files when checking if a repository has changes #571 by @fthomas
  • Fix exception "named capturing group is missing trailing '}'" #566 by @fthomas

Documentation

Test Improvements

Build Improvements

Dependency Updates

Refactorings