Skip to content

Commit

Permalink
[Release] v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Nov 7, 2024
1 parent 9ef5d51 commit f7522af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2.3"
version = "0.3.0"
edition = "2021"
description = "CLI tools for generating beautiful code snapshots"
license = "MIT"
Expand All @@ -13,5 +13,5 @@ path = "src/main.rs"
ansi_term = "0.12.1"
anyhow = "1.0.91"
clap = { version = "4.5.20", features = ["derive"] }
codesnap = { path = "../core", version = "0.2.3" }
codesnap = { path = "../core", version = "0.3.0" }
serde_json = "1.0.132"
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.2.3"
version = "0.3.0"
edition = "2021"
description = "Pure Rust library for generating beautiful code snapshots"
license = "MIT"
Expand Down

0 comments on commit f7522af

Please sign in to comment.