Skip to content

Releases: Skydio/revup

v0.2.1

27 Apr 21:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

25 Apr 19:11
Compare
Choose a tag to compare

This release bumps the required git version to 2.39, which is one release older than the latest 2.40. We rely on a few flags / commands that were added in this version.

This release adds the following improvements / bugfixes:

  • Added ability to specify which topics to upload on command line
  • upload and amend now show you the contents of conflicts w/ conflict markers
  • amend is about 16x faster. the cherry-pick step of upload is also that much faster, but upload is mostly bound by github api times.
  • fixed the long standing issue where upload is skipped if only whitespace was changed
  • added new revup config command to automatically edit config file for you. this is now the default way to set oauth and other config variables.
  • cleaned up error message for github timeout during update
  • sanitize topic names so we can give a better error

What's Changed

Full Changelog: v0.1.5...v0.2.0

v0.1.5

11 Jan 23:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

11 Oct 19:37
Compare
Choose a tag to compare
  • "revup amend" now lists the most recent topics for you
  • "revup commit" is a wrapper that can replace "git commit" and has the same benefit as above
  • better windows support

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.2

19 Sep 19:54
Compare
Choose a tag to compare

Minor release

Fixed some bugs, and fixed the Pypi rendering for the README

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.0

12 Sep 20:20
Compare
Choose a tag to compare

This is the first public beta release!

Major new features

  • specify topic name in revup amend
  • use revup with forks

What's Changed

New Contributors

Full Changelog: https://github.com/Skydio/revup/commits/v0.1.0