Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

73 lines (43 loc) · 2.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning as described in The Cargo Book.

2.0.3 - 2023-08-18

Changed

  • Update downstream workflows and actions

2.0.2 - 2022-06-29

Added

  • New base_branch input in draft-new-release.yml to change the default branch 'main'

Changed

  • Bump EndBug/add-and-commit from 9.0.0 to 9.0.1

2.0.1 - 2022-06-27

Fixed

  • Add toolchain: stable in draft release

2.0.0 - 2022-06-27

Added

  • New input build for draft-new-release.yml to build the crate before add & commit the files, allows lockfile update
  • New input check_publish for draft-new-release.yml to dry run the cargo publish before add & commit the files, allows to not open a PR on unpublishable state.

Changed

  • Update DPrint plugins
  • Bump EndBug/add-and-commit from 7.4.0 to 9.0.0

1.1.0 - 2021-11-02

Added

  • Possibility to attach artifacts to releases with artifact_name and files inputs in create release workflow

Changed

  • Commit and release is done by the GitHub Actions bot identity

Removed

  • name, email, with_lock in draft new release workflow
  • Identity secrets in draft new release and create new release workflows

1.0.0 - 2021-10-13

Added

  • Crate release shared workflow
  • Draft new release shared workflow
  • Release to crates.io shared workflow