This commit is contained in:
Jeremy Soller 2025-12-29 14:19:32 -07:00
parent 8cd21a315a
commit 0d9af4f7de
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 14 additions and 2 deletions

View file

@ -5,11 +5,23 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.16.0] - 2025-12-29
### Added
- Add `Renderer` trait for more flexible rendering of buffers and editors
- Make hinting configurable with `Hinting` enum
### Fixed
- Fix bench compilation
- Round x_advance to nearest monospace width when requested
- Do not use ASCII fast path when a word has incompatible spans
### Changed
- Update harfrust to 0.4.1
- Update skrifa to 0.39.0
## [0.15.0] - 2025-10-30

View file

@ -1,7 +1,7 @@
[package]
name = "cosmic-text"
description = "Pure Rust multi-line text handling"
version = "0.15.0"
version = "0.16.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"