Skip to content

Commit

Permalink
publish: lcode: 0.9.3, lcode-config: 0.3.14, leetcode-api: 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saying121 committed Jul 26, 2024
1 parent 31bb635 commit f328998
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,23 @@ 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.9.3]

### Added

- lcode: when submit not pass test case can add last test case.

### Chore

- Rust: Switch to Stable channel.
- Clippy: tweak lints.

### Perf

- Avoid some heap allocation by `format_push_string` lint

## [0.9.2]

### Perf

- Avoid unnecessary render and filter.
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 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.13"
version = "0.3.14"
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.2"
version = "0.9.3"
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.0"
version = "0.4.1"
description = "leetcode api"
license = "MIT"
edition = { workspace = true }
Expand Down

0 comments on commit f328998

Please sign in to comment.