Skip to content

Commit

Permalink
publish: lcode: 0.9.4, lcode-config: 0.3.15, leetcode-api: 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saying121 committed Jul 27, 2024
1 parent 4ed3772 commit 04b3006
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.9.4]

### Added

Expand Down
10 changes: 5 additions & 5 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.14"
version = "0.3.15"
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.3"
version = "0.9.4"
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.1"
version = "0.4.2"
description = "leetcode api"
license = "MIT"
edition = { workspace = true }
Expand Down

0 comments on commit 04b3006

Please sign in to comment.