Skip to content

Commit

Permalink
Merge pull request #22 from saying121/dev
Browse files Browse the repository at this point in the history
publish: lcode: 0.9.6, leetcode-api: 0.5.0, lcode-config: 0.3.17
  • Loading branch information
saying121 authored Aug 25, 2024
2 parents 1700e50 + 727a327 commit e01160c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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).

## [0.9.6]

### Added

- Tui: show user's avatar.

## [0.9.5]

### Fixed
Expand Down
6 changes: 3 additions & 3 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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ atoi = { version = "^2" }
key_parse = { path = "./crates/key_parse", version = "^0.2" }
decrypt-cookies = { version = "^0.6", default-features = false, features = ["reqwest"] }
lcode-config = { path = "./crates/lcode-config", version = "^0.3" }
leetcode-api = { path = "./crates/leetcode-api", version = "^0.4", features = ["ratatui"] }
leetcode-api = { path = "./crates/leetcode-api", version = "^0.5", features = ["ratatui"] }

[workspace.lints.rust]
temporary_cstring_as_ptr = "deny"
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.16"
version = "0.3.17"
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.5"
version = "0.9.6"
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.4.3"
version = "0.5.0"
description = "leetcode api"
license = "MIT"
edition = { workspace = true }
Expand Down

0 comments on commit e01160c

Please sign in to comment.