Skip to content

Commit 2a80e63

Browse files
chore: release v7.0.1 (#59)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed5b2e2 commit 2a80e63

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [7.0.1](https://github.com/ratatui/ansi-to-tui/compare/v7.0.0...v7.0.1) - 2025-04-26
9+
10+
### Other
11+
12+
- indicate in README that into_text is fallible ([#62](https://github.com/ratatui/ansi-to-tui/pull/62))
13+
- Fix reset for underline/blink/italic/hidden ([#57](https://github.com/ratatui/ansi-to-tui/pull/57))
14+
815
## [7.0.0](https://github.com/ratatui/ansi-to-tui/compare/v6.0.1...v7.0.0) - 2024-10-24
916

1017
### Other

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 = "ansi-to-tui"
3-
version = "7.0.0"
3+
version = "7.0.1"
44
authors = ["Uttarayan Mondal <[email protected]>"]
55
edition = "2018"
66
description = "A library to convert ansi color coded text into ratatui::text::Text type from ratatui library"

0 commit comments

Comments
 (0)