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.
0.0.25 - 2024-11-04
- add newline to end of package.json
- (deps) update rust crates
- (deps) update rust crates
- (deps) update rust crates
- (deps) update dependency rust to v1.82.0 (#52)
0.0.24 - 2024-10-09
- (deps) update rust crates (#51)
- (deps) update rust crates (#50)
- (renovate) bump
- (deps) update dependency rust to v1.81.0 (#48)
0.0.23 - 2024-08-29
- only matching scopes can participate in braking change detection.
- bump rust
- bump deps
- (deps) update rust crates
- (deps) update rust crates
- trigger release-binaries manually
0.0.22 - 2024-08-07
- check before publish
0.0.21 - 2024-07-27
- macos-12
0.0.20 - 2024-07-25
- (deps) update dependency rust to v1.80.0 (#42)
- (deps) update rust crates
- (deps) update rust crate toml_edit to v0.22.15
- (deps) update rust crates
- (deps) update rust crates (#40)
0.0.19 - 2024-06-27
- Need to publish if it's a new package
- update help and README
0.0.18 - 2024-06-19
- skip not found packages
0.0.17 - 2024-06-14
- remove cargo check from publish
- add dry-run
- print to file instead of to terminal
0.0.16 - 2024-06-14
- (deps) update dependency rust to v1.79.0 (#34)
- (deps) update rust crates
0.0.15 - 2024-06-07
- add
changelog
command
- clean up some code
- unify options
0.0.14 - 2024-06-06
- remove change log header from the printed out version
0.0.13 - 2024-06-05
- support versioning non-workspace cargo toml
- update
- update git cliff
- add rust cache
0.0.12 - 2024-06-04
- fallback to current_dir
0.0.11 - 2024-06-04
- print tag version in publish
0.0.10 - 2024-06-04
- 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
- add release manual trigger
- remove
semver
- unwrap parent
- refactor out versioning crates
- alias r in justfile
0.0.9 - 2024-06-02
- remove git operations
- skip package publish if the package is already published
0.0.8 - 2024-05-20
- use rustls
0.0.7 - 2024-05-07
- check version and return if version is already published before publish
- 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
- run
cargo check
when Cargo.toml is update
0.0.5 - 2024-04-03
- switch to new branch and commit changes
- reset lower version (minor, patch) numbers to 0 when bump versions
- fix clippy warnings
- add [workspace.lints.clippy]
0.0.4 - 2024-04-03
- check before publish and also fix publishing order
0.0.3 - 2024-04-03
- use
--bump
for version update - add publish command
- add
regenerate_changelogs
command
- improve
regenerate_changelogs
0.0.2 - 2024-04-01
- fix repository link in Cargo.toml
0.0.1 - 2024-03-31
- add release-binaries