Skip to content

Commit

Permalink
[Release] v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Dec 22, 2024
1 parent 9b53f22 commit ab7b5fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codesnap-cli"
version = "0.8.2"
version = "0.8.3"
edition = "2021"
description = "CLI tools for generating beautiful code snapshots"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ path = "src/main.rs"
ansi_term = "0.12.1"
anyhow = "1.0.91"
clap = { version = "4.5.21", features = ["derive"] }
codesnap = { path = "../core", version = "0.8.2" }
codesnap = { path = "../core", version = "0.8.3" }
ferris-says = "0.3.2"
home = "0.5.9"
indicatif = "0.17.9"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codesnap"
version = "0.8.2"
version = "0.8.3"
edition = "2021"
description = "Pure Rust library for generating beautiful code snapshots"
license = "MIT"
Expand Down

0 comments on commit ab7b5fe

Please sign in to comment.