Skip to content

Commit

Permalink
Prepare version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLikar committed Dec 13, 2023
1 parent 253907a commit 096e08b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1] - 2023-12-13
### Changed
- fix: log full error (#68) by @MarcoIeni
- Show cli usage when no arguments are provided. (#93) by @RyanAvella
- Update Cargo and other dependencies due to security concerns
- Use matching versions for cargo-clone and cargo-clone-core

## [1.2.0] - 2023-01-23
### Changed
- Update to clap v4 (#63) by @MarcoIeni
Expand Down
4 changes: 2 additions & 2 deletions 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-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>"]
name = "cargo-clone-core"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "A library to fetch the source code of a Rust crate"
documentation = "https://github.com/JanLikar/cargo-clone"
Expand Down
2 changes: 1 addition & 1 deletion cargo-clone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
version = "1.2.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 096e08b

Please sign in to comment.