Skip to content

Commit

Permalink
publish: key_parse: 0.3.0, lcode: 0.10.0, leetcode-api: 0.6.0 lcode-c…
Browse files Browse the repository at this point in the history
…onfig: 0.4.0
  • Loading branch information
saying121 committed Feb 22, 2025
1 parent 79f4dbc commit eaa6b13
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.10.0]

### Added

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ clap = { version = "^4", default-features = false, features = [
inquire = { version = "^0.7", default-features = false, features = ["macros", "crossterm", "fuzzy"] }
atoi = { version = "^2" }

key_parse = { path = "./crates/key_parse", version = "^0.2" }
key_parse = { path = "./crates/key_parse", version = "^0.3" }
decrypt-cookies = { version = "^0.7.0-alpha.0", default-features = false, features = ["reqwest"] }
lcode-config = { path = "./crates/lcode-config", version = "^0.3" }
leetcode-api = { path = "./crates/leetcode-api", version = "^0.5", features = ["ratatui"] }
lcode-config = { path = "./crates/lcode-config", version = "^0.4" }
leetcode-api = { path = "./crates/leetcode-api", version = "^0.6", features = ["ratatui"] }

[workspace.lints.rust]

Expand Down
2 changes: 1 addition & 1 deletion crates/key_parse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "key_parse"
version = "0.2.1"
version = "0.3.0"
description = "parse keymap like neovim"
license = "Apache-2.0"
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/lcode-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lcode-config"
version = "0.3.18"
version = "0.4.0"
license = "MIT OR Apache-2.0"
description = "config mod for [lcode](https://crates.io/crates/lcode)"
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/lcode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lcode"
version = "0.9.8"
version = "0.10.0"
description = "An application of terminal write leetcode.一个终端刷力扣的应用"
documentation = "https://docs.rs/lcode"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/leetcode-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leetcode-api"
version = "0.5.2"
version = "0.6.0"
description = "leetcode api"
license = "MIT"
edition = { workspace = true }
Expand Down

0 comments on commit eaa6b13

Please sign in to comment.