Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rustic-release-plz[bot] authored Nov 23, 2024
1 parent 3b01354 commit 18fc0eb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.

## [unreleased]

## [0.2.0](https://github.com/rustic-rs/rustic_scheduler/compare/v0.1.2...v0.2.0) - 2024-11-23

### Other

- add advisory ignore for RUSTSEC-2023-0071 due to lack of workaround
- dprint fmt
- *(deps)* update dependency
- add CC0-1.0 to allowed licenses in deny.toml
- update url dependency to version 2.5.4 and add dead code allowance in scheduler
- add workspace linting configurations for Rust and Clippy
- update installation instructions and improve client command usage
- Migrate to abscissa framework (I)
- update cross-compilation comments to include `aws-ls-sys` dependency issues and remove builds
- update dependencies and refactor repository options structure to match rustic 0.6.0
- add .vscode to .gitignore
- add Justfile for build, check, and test automation
- include extra static files in dist workspace configuration
- add installation instructions for default feature on x86_64-unknown-linux-musl
- *(release)* disable git releases, as cargo-dist does it

## [0.1.2](https://github.com/rustic-rs/rustic_scheduler/compare/v0.1.1...v0.1.2) - 2024-11-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustic_scheduler"
version = "0.1.2"
version = "0.2.0"
authors = ["the rustic-rs team"]
categories = ["command-line-utilities"]
edition = "2021"
Expand Down

0 comments on commit 18fc0eb

Please sign in to comment.