We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5528523 commit cd1d3aaCopy full SHA for cd1d3aa
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
14
## [0.17.2] - 2026-02-18
15
16
### Fixed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "cosmic-text"
3
description = "Pure Rust multi-line text handling"
4
-version = "0.17.2"
+version = "0.18.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
0 commit comments