Skip to content

Latest commit

 

History

History
162 lines (112 loc) · 4.79 KB

CHANGELOG.md

File metadata and controls

162 lines (112 loc) · 4.79 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.

[Unreleased]

0.0.19 - 2024-06-27

Fixed

  • Need to publish if it's a new package

Other

  • update help and README

0.0.18 - 2024-06-19

Other

  • skip not found packages

0.0.17 - 2024-06-14

Other

  • remove cargo check from publish
  • add dry-run
  • print to file instead of to terminal

0.0.16 - 2024-06-14

Other

  • (deps) update dependency rust to v1.79.0 (#34)
  • (deps) update rust crates

0.0.15 - 2024-06-07

Added

  • add changelog command

Other

  • clean up some code
  • unify options

0.0.14 - 2024-06-06

Added

  • remove change log header from the printed out version

0.0.13 - 2024-06-05

Added

  • support versioning non-workspace cargo toml

Other

  • update
  • update git cliff
  • add rust cache

0.0.12 - 2024-06-04

Fixed

  • fallback to current_dir

0.0.11 - 2024-06-04

Added

  • print tag version in publish

0.0.10 - 2024-06-04

Added

  • check git status before running anything
  • add --release name
  • update package.json versions
  • add configuration
  • calculate next version from changelog
  • update print version
  • remove cargo check in update command
  • customize tag prefix

Other

  • add release manual trigger
  • remove semver
  • unwrap parent
  • refactor out versioning crates
  • alias r in justfile

0.0.9 - 2024-06-02

Added

  • remove git operations

Fixed

  • skip package publish if the package is already published

0.0.8 - 2024-05-20

Fixed

  • use rustls

Other

  • allow branch renovate/**
  • (deps) lock file maintenance rust crates (#17)
  • release (#9)

0.0.7 - 2024-05-07

Added

  • check version and return if version is already published before publish

Other

  • format toml
  • update renovate.json
  • (deps) lock file maintenance rust crates (#14)
  • update renovate
  • (deps) update rust crate anyhow to v1.0.83 (#13)
  • (deps) update rust crate git_cmd to v0.6.5 (#12)
  • (deps) update dependency rust to v1.78.0 (#11)
  • (deps) update rust crates (#10)
  • (renovate) add rust-toolchain

0.0.6 - 2024-04-08

Added

  • run cargo check when Cargo.toml is update

0.0.5 - 2024-04-03

Added

  • switch to new branch and commit changes

Fixed

  • reset lower version (minor, patch) numbers to 0 when bump versions

Other

  • fix clippy warnings
  • add [workspace.lints.clippy]

0.0.4 - 2024-04-03

Fixed

  • check before publish and also fix publishing order

0.0.3 - 2024-04-03

Added

  • use --bump for version update
  • add publish command
  • add regenerate_changelogs command

Other

  • improve regenerate_changelogs

0.0.2 - 2024-04-01

Fixed

  • fix repository link in Cargo.toml

0.0.1 - 2024-03-31

Other

  • add release-binaries