Skip to content

Commit

Permalink
docs(CHANGELOG): update
Browse files Browse the repository at this point in the history
  • Loading branch information
saying121 committed Nov 19, 2024
1 parent 7c601e9 commit 126c531
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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.8]

### Fixed

- Auto get cookies on Linux and Macos, Windows not support chromium version >130.x

## [0.9.7]

### Added
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.17"
version = "0.3.18"
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.7"
version = "0.9.8"
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.1"
version = "0.5.2"
description = "leetcode api"
license = "MIT"
edition = { workspace = true }
Expand Down

0 comments on commit 126c531

Please sign in to comment.