Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

75 lines (52 loc) · 2.52 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.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