Releases: JanLikar/cargo-clone
Releases · JanLikar/cargo-clone
v1.2.3
What's Changed
- correct comment in readme by @HeladoDeBrownie in #95
- Bump anyhow from 1.0.75 to 1.0.76 by @dependabot in #96
- Bump clap from 4.4.11 to 4.4.12 by @dependabot in #97
- Bump anyhow from 1.0.76 to 1.0.78 by @dependabot in #98
- Bump anyhow from 1.0.78 to 1.0.79 by @dependabot in #99
- Bump clap from 4.4.12 to 4.4.13 by @dependabot in #100
- Bump semver from 1.0.20 to 1.0.21 by @dependabot in #101
- Bump clap from 4.4.13 to 4.4.16 by @dependabot in #102
- Bump assert_cmd from 2.0.12 to 2.0.13 by @dependabot in #103
- Bump clap from 4.4.16 to 4.5.0 by @dependabot in #105
- Bump anyhow from 1.0.79 to 1.0.80 by @dependabot in #106
- Bump clap from 4.5.0 to 4.5.1 by @dependabot in #107
- Bump semver from 1.0.21 to 1.0.22 by @dependabot in #108
- Bump assert_cmd from 2.0.13 to 2.0.14 by @dependabot in #109
- Replace deprecated tempdir with tempfile by @JanLikar in #110
- Bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2 by @dependabot in #111
- Bump walkdir from 2.4.0 to 2.5.0 by @dependabot in #112
- Bump clap from 4.5.1 to 4.5.2 by @dependabot in #113
- Bump clap from 4.5.2 to 4.5.3 by @dependabot in #115
- Bump anyhow from 1.0.80 to 1.0.81 by @dependabot in #114
- Bump clap from 4.5.3 to 4.5.4 by @dependabot in #116
- Bump anyhow from 1.0.81 to 1.0.82 by @dependabot in #117
- Bump clap from 4.5.4 to 4.5.8 by @dependabot in #124
- Bump url from 2.5.0 to 2.5.2 by @dependabot in #123
- Bump anyhow from 1.0.82 to 1.0.86 by @dependabot in #120
- Bump semver from 1.0.22 to 1.0.23 by @dependabot in #118
- Bump tempfile from 3.10.1 to 3.12.0 by @dependabot in #131
- Bump clap from 4.5.8 to 4.5.13 by @dependabot in #129
- Update
time
to fix build failures on rust1.80.0
by @eopb in #134 - Specify workspace resolver to clear warnings by @eopb in #133
- Bump clap from 4.5.13 to 4.5.16 by @dependabot in #132
- Bump assert_cmd from 2.0.14 to 2.0.16 by @dependabot in #130
New Contributors
- @HeladoDeBrownie made their first contribution in #95
- @eopb made their first contribution in #134
Full Changelog: v1.2.1...v1.2.3
v1.2.1
What's Changed
- chore: update cargo to v0.66 by @MarcoIeni in #55
- chore: invalidate cache once by @MarcoIeni in #58
- chore: configure dependabot by @MarcoIeni in #59
- Bump actions/checkout from 2 to 3 by @dependabot in #60
- chore: improve
cargo_clone_core
API by @MarcoIeni in #62 - chore: update to clap v4 by @MarcoIeni in #63
- Bump anyhow from 1.0.66 to 1.0.68 by @dependabot in #64
- Bump semver from 1.0.14 to 1.0.16 by @dependabot in #65
- Bump assert_cmd from 2.0.7 to 2.0.8 by @dependabot in #66
- Bump clap from 4.0.29 to 4.1.2 by @dependabot in #67
- fix: log full error by @MarcoIeni in #68
- Bump clap from 4.1.2 to 4.1.4 by @dependabot in #69
- Bump anyhow by @gautamprikshit1 in #72
- Bump anyhow from 1.0.68 to 1.0.69 by @dependabot in #70
- Bump clap from 4.1.4 to 4.1.6 by @dependabot in #71
- Bump clap from 4.1.6 to 4.1.8 by @dependabot in #73
- Bump semver from 1.0.16 to 1.0.17 by @dependabot in #74
- Bump walkdir from 2.3.2 to 2.3.3 by @dependabot in #75
- Bump clap from 4.1.8 to 4.1.14 by @dependabot in #80
- Bump assert_cmd from 2.0.8 to 2.0.11 by @dependabot in #81
- Bump anyhow from 1.0.69 to 1.0.71 by @dependabot in #82
- Bump url from 2.3.1 to 2.4.0 by @dependabot in #83
- Bump anyhow from 1.0.71 to 1.0.72 by @dependabot in #85
- Bump assert_cmd from 2.0.11 to 2.0.12 by @dependabot in #86
- Show cli usage when no arguments are provided. by @ryanavella in #93
- Bump semver from 1.0.17 to 1.0.20 by @dependabot in #92
- Bump anyhow from 1.0.72 to 1.0.75 by @dependabot in #87
- Bump url from 2.4.0 to 2.4.1 by @dependabot in #88
- Bump actions/checkout from 3 to 4 by @dependabot in #89
- Bump walkdir from 2.3.3 to 2.4.0 by @dependabot in #90
- Bump url from 2.4.1 to 2.5.0 by @dependabot in #94
New Contributors
- @dependabot made their first contribution in #60
- @gautamprikshit1 made their first contribution in #72
- @ryanavella made their first contribution in #93
Full Changelog: v1.1.0...v1.2.1
v1.1.0
What's Changed
- Expose cargo's vendored-openssl feature by @dtolnay in #49
- feat: extract library by @MarcoIeni in #50
- Run clippy on tests by @MarcoIeni in #51
- feat: re-export cargo types by @MarcoIeni in #52
New Contributors
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- update cargo version to 0.59 by @MarcoIeni in #43
- update to cargo v0.61 by @MarcoIeni in #44
- Update Cargo.lock by @orhun in #45
- Build with
--locked
flag during CI by @orhun in #46 - Update deps by @JanLikar in #47
New Contributors
- @MarcoIeni made their first contribution in #43
- @orhun made their first contribution in #45
Full Changelog: v1.0.0...v1.0.1