Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #178

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

chore: release #178

wants to merge 1 commit into from

Conversation

simonsan
Copy link
Contributor

@simonsan simonsan commented Mar 9, 2024

πŸ€– New release

  • rustic_backend: 0.1.1 -> 0.2.0 (βœ“ API compatible changes)
  • rustic_core: 0.2.0 -> 0.3.0 (βœ“ API compatible changes)
  • rustic_config: 0.1.0 -> 0.2.0 (βœ“ API compatible changes)
Changelog

rustic_backend

0.2.0 - 2024-06-17

Added

  • (backends) Add throttle option to opendal backend (#216)
  • (backend) [breaking] remove s3 and sftp wrapper around opendal (#200)
  • [breaking] move clippy lints to cargo manifest and fix upcoming issues all over the workspace (#176)
  • (opendal) Add option connections (#155)

Fixed

  • clippy lints (#220)
  • (backends) local: Only create repo dir when creating the repository (#206)
  • (deps) update rust crate reqwest to 0.11.26 (#196)
  • (deps) update rust crate thiserror to 1.0.58 (#192)
  • (deps) update rust crate anyhow to 1.0.81 (#191)
  • (rclone) Use semver for version checking (#188)
  • (deps) update rust crate clap to 4.5.2 (#183)
  • (config) Merge repository options for multiple config sources (#171)
  • (backend) Give useful error message when no repository is given.
  • updated msrv and fix clippy lints (#160)

Other

  • Update MSRV (needed by opendal)
  • update opendal to 0.46 and refactor accordingly (#225)
  • Update MSRV to 1.73.0
  • fix clippy lints
  • (deps) update dependencies (#180)
  • add rustic_testing to workspace crates
  • reset again after release to workspace dependencies for workspace crates

rustic_core

0.3.0 - 2024-06-17

Added

  • add search methods to Repository (#212)
  • [breaking] Allow specifying many options in config profile without array (#211)
  • [breaking] move clippy lints to cargo manifest and fix upcoming issues all over the workspace (#176)
  • Add extra check before writing data (#154)
  • Allow missing fields in snapshot summary
  • Hide plain text password from help text (#170)
  • Add Repository::to_indexed_checked and ::to_index_ids_checked() (#168)
  • (prune) Add more debug info to stats (#162)
  • Add append-only repository mode (#164)

Fixed

  • Export types so the Repository type can be fully specified (#229)
  • Always sort StringList (#226)
  • (commands) Properly finish progress bars
  • (commands) [breaking] Fix edge case for repair index (#219)
  • clippy lints (#220)
  • (errors) Show filenames in error message coming from ignore source (#215)
  • (paths) Handle paths starting with "." correctly (#213)
  • Add warning about unsorted files and sort where neccessary (#205)
  • (deps) update rust crate thiserror to 1.0.58 (#192)
  • (deps) update rust crate anyhow to 1.0.81 (#191)
  • (deps) update rust crate serde_with to 3.7.0 (#189)
  • (rclone) Use semver for version checking (#188)
  • (deps) update rust crate strum to 0.26.2 (#187)
  • (deps) update rust crate clap to 4.5.2 (#183)
  • Set correct content for symlink with parent snapshot (#174)
  • update dependency nix (#169)
  • (memory) Limit memory usage for restore when having large pack files (#165)
  • (prune) Correct number of repacks (#167)
  • updated msrv and fix clippy lints (#160)

Other

  • Update MSRV (needed by opendal)
  • update sha2 dependency
  • add integration tests for prune and ls (#221)
  • (error) Add error sources (#217)
  • add more warnings
  • make SnapshotFile::cmp_group public (#210)
  • Update MSRV to 1.73.0
  • fix clippy lints
  • add backup integration tests using snapshots (#175)
  • replace dep bitmask-enum by enumset (#173)
  • (deps) update dependencies (#180)
  • use release-plz action, remove public api fixtures incl. test and related ci and other release related ci
  • Add unit tests for extra verification (#172)
  • rustic_config v0.1.0
  • add rustic_testing to workspace crates

rustic_config

0.2.0 - 2024-06-17

Added

  • [breaking] move clippy lints to cargo manifest and fix upcoming issues all over the workspace (#176)

Other

  • Update MSRV (needed by opendal)
  • Update MSRV to 1.73.0
  • add changelog for rustic_config


This PR was generated with release-plz.

@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch 14 times, most recently from f32901a to 4d72ead Compare March 11, 2024 12:05
@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch 15 times, most recently from a1cea05 to f3ef0e2 Compare March 13, 2024 10:12
@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch 2 times, most recently from 22ce71e to b045ca6 Compare March 13, 2024 11:09
@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch 2 times, most recently from 8667e0d to 58ded2c Compare March 30, 2024 21:48
@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch 2 times, most recently from f0942c6 to 56bfb37 Compare April 8, 2024 20:52
@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch 3 times, most recently from 2acd0a4 to 62cefdd Compare April 25, 2024 08:34
@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch 6 times, most recently from 97a00fe to 9fc5f9e Compare May 3, 2024 21:34
@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch 2 times, most recently from b4316bf to d010fe8 Compare May 6, 2024 22:51
@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch 2 times, most recently from 8827e76 to 1c9a6e1 Compare May 14, 2024 05:19
Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 43.6%. Comparing base (1e7b4a8) to head (a975100).

Additional details and impacted files

see 7 files with indirect coverage changes

@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch 2 times, most recently from e5199fc to 10d0da0 Compare May 14, 2024 21:46
@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch from 10d0da0 to 83dbd69 Compare June 10, 2024 07:01
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
@simonsan simonsan force-pushed the release-plz-2024-03-09T22-40-38Z branch from 83dbd69 to a975100 Compare June 17, 2024 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant