Skip to content

Commit 04b3006

Browse files
committed
publish: lcode: 0.9.4, lcode-config: 0.3.15, leetcode-api: 0.4.2
1 parent 4ed3772 commit 04b3006

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [0.9.4]
1010

1111
### Added
1212

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lcode-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lcode-config"
3-
version = "0.3.14"
3+
version = "0.3.15"
44
license = "MIT OR Apache-2.0"
55
description = "config mod for [lcode](https://crates.io/crates/lcode)"
66
edition = { workspace = true }

crates/lcode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lcode"
3-
version = "0.9.3"
3+
version = "0.9.4"
44
description = "An application of terminal write leetcode.一个终端刷力扣的应用"
55
documentation = "https://docs.rs/lcode"
66
license = "Apache-2.0"

crates/leetcode-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leetcode-api"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "leetcode api"
55
license = "MIT"
66
edition = { workspace = true }

0 commit comments

Comments
 (0)