Skip to content

Releases: cargo-bins/release-pr

v2.1.3

19 Jun 13:09
0c019c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

19 Jun 02:39
a43e706
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

02 May 00:08
3642f3e
Compare
Choose a tag to compare

What's Changed

  • Fix parsing error when retrieving workspace members by @NobodyXu in #114

Full Changelog: v2.1.0...v2.1.1

v2.1.0

25 Jun 22:44
v2.1.0
deeacca
Compare
Choose a tag to compare
  • You can now opt in to do a dry run of the publish with check-package: true (#110)

v2: stable tag for the v2 branch

14 Nov 16:01
v2
deeacca
Compare
Choose a tag to compare

This tag will change to track the latest v2 release. If you want to ensure you're using a particular version, prefer full tags like v2.0.4.

v2.0.5

29 Dec 03:48
v2.0.5
6352ad5
Compare
Choose a tag to compare
  • Fix base-branch not getting read.

v2.0.4

14 Nov 15:57
v2.0.4
5ad31ce
Compare
Choose a tag to compare
  • Breaking: remove options-dependent-version. That was fast! The proper way to set this is via cargo-release's config. As upgrade has become the default mode in cargo-release 0.22, this action no longer sets --dependent-version on the CLI, so it no longer needs an option to override it.
  • Cargo-release 0.23 support. The new support for running steps individually is taken advantage of if 0.23 or above is available. This further reduces the amount of overrides and restricted config this action sets.
  • Metadata: with the default configuration and the default template, we now write a short bit of JSON in a comment at the top of the PR body. This can be used by further actions to avoid parsing text or recomputing information.

v1.1.1

14 Nov 11:32
v1.1.1
00abd2c
Compare
Choose a tag to compare
  • New option: options-dependent-version lets you override the --dependent-version option of cargo-release.
  • New mode: with crate-release-all: true, all crates in the workspace will be released at once. All crates must already have the same version: the action will refuse to proceed otherwise.

v1: stable tag for the v1 branch

04 Sep 06:19
v1
436ccc4
Compare
Choose a tag to compare

This tag will change to track the latest v1 release. If you want to ensure you're using a particular version, prefer full tags like v1.0.0.

v1.0.11

05 Sep 05:20
v1.0.11
3720c8d
Compare
Choose a tag to compare
  • Include a partial solution for #8 in the default template.