Skip to content

Commit

Permalink
Prepare release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLikar committed Aug 24, 2024
1 parent 2317580 commit 9103417
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.2.2] - 2024-08-24
### Changed
- Update dependencies
- Specify workspace resolver to clear warnings (#133) by @eopb
- Update time to fix build failures on rust 1.80.0 (#134) by @eopb

## [1.2.1] - 2023-12-13
### Changed
- fix: log full error (#68) by @MarcoIeni
Expand Down
4 changes: 2 additions & 2 deletions cargo-clone-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Jan Likar <likar.jan@gmail.com>"]
authors = ["Jan Likar <jan.likar@protonmail.com>"]
name = "cargo-clone-core"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "A library to fetch the source code of a Rust crate"
documentation = "https://github.com/JanLikar/cargo-clone"
Expand Down
4 changes: 2 additions & 2 deletions cargo-clone/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Jan Likar <likar.jan@gmail.com>"]
authors = ["Jan Likar <jan.likar@protonmail.com>"]
description = "A cargo subcommand to fetch the source code of a Rust crate"
documentation = "https://github.com/JanLikar/cargo-clone"
homepage = "https://github.com/JanLikar/cargo-clone"
Expand All @@ -8,7 +8,7 @@ license = "Apache-2.0/MIT"
name = "cargo-clone"
readme = "../README.md"
repository = "https://github.com/JanLikar/cargo-clone"
version = "1.2.1"
version = "1.2.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 9103417

Please sign in to comment.