Skip to content

Commit cd1d3aa

Browse files
committed
0.18.0
1 parent 5528523 commit cd1d3aa

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.18.0] - 2026-02-19
9+
10+
### Added
11+
12+
- Support for ellipsizing at the start, middle, and end of a line
13+
814
## [0.17.2] - 2026-02-18
915

1016
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cosmic-text"
33
description = "Pure Rust multi-line text handling"
4-
version = "0.17.2"
4+
version = "0.18.0"
55
authors = ["Jeremy Soller <jeremy@system76.com>"]
66
edition = "2021"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)