Skip to content

Commit 3b7364d

Browse files
committed
changelog
1 parent d4acd6a commit 3b7364d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.6] - 2023-08-26
9+
10+
## Other
11+
12+
- [#1286](https://github.com/ClementTsang/bottom/pull/1286): Pin serde to 1.0.188 to help with potential `cargo install` issues. Note this version should be fine and not pull in binaries.
13+
814
## [0.9.5] - 2023-08-26
915

1016
## Other

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ cargo install bottom --locked
143143
# the stable channel as such:
144144
cargo +stable install bottom --locked
145145

146-
# --locked may be omitted if you wish to not used locked
147-
# dependencies. However, this may cause problems, and
148-
# is NOT supported if it does!
146+
# --locked may be omitted if you wish to not use the
147+
# locked crate versions in Cargo.lock. However, this
148+
# may cause problems, and it is NOT supported!
149149
cargo install bottom
150150
```
151151

0 commit comments

Comments
 (0)