Skip to content

Commit 4c02d6f

Browse files
committed
misc(release): Prepare for v0.8.2.
1 parent bf9fed1 commit 4c02d6f

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.8.2] - 2025-10-30
6+
7+
### Features
8+
9+
- Trim the chopped summary string before adding the ellipsis, to avoid awkward whitespace. ([bf9fed1b](https://github.com/zedseven/clog/commit/bf9fed1b))
10+
511
## [0.8.1] - 2025-10-30
612

713
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clog"
3-
version = "0.8.1" # Managed by `release.sh`
3+
version = "0.8.2" # Managed by `release.sh`
44
authors = ["Zacchary Dempsey-Plante <zacc@ztdp.ca>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)