async-tty 0.1.4

An asynchronous TTY library for Rust
Documentation
# Changelog

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.1.4]https://github.com/joshka/async-tty/compare/v0.1.3...v0.1.4 - 2026-03-31

### Other

- Broaden dependency requirements ([#24]https://github.com/joshka/async-tty/pull/24)
- *(deps)* bump bytes from 1.10.1 to 1.11.1 ([#18]https://github.com/joshka/async-tty/pull/18)
- *(deps)* bump tokio in the rust-dependencies group ([#21]https://github.com/joshka/async-tty/pull/21)
- *(deps)* bump the rust-dependencies group across 1 directory with 3 updates ([#20]https://github.com/joshka/async-tty/pull/20)
- *(deps)* bump the rust-dependencies group across 1 directory with 2 updates ([#15]https://github.com/joshka/async-tty/pull/15)

## [0.1.3]https://github.com/joshka/async-tty/compare/v0.1.2...v0.1.3 - 2025-11-29

### Other

- *(deps)* bump actions/checkout in the github-actions group ([#12]https://github.com/joshka/async-tty/pull/12)
- enable cargo trusted publishing ([#13]https://github.com/joshka/async-tty/pull/13)
- *(deps)* bump the rust-dependencies group with 4 updates ([#11]https://github.com/joshka/async-tty/pull/11)
- *(deps)* bump tracing-subscriber from 0.3.19 to 0.3.20 ([#10]https://github.com/joshka/async-tty/pull/10)
- *(deps)* bump the rust-dependencies group across 1 directory with 5 updates ([#6]https://github.com/joshka/async-tty/pull/6)
- *(deps)* bump tokio from 1.44.1 to 1.44.2 ([#9]https://github.com/joshka/async-tty/pull/9)
- *(deps)* bump actions/checkout in the github-actions group ([#7]https://github.com/joshka/async-tty/pull/7)

## [0.1.2]https://github.com/joshka/async-tty/compare/v0.1.1...v0.1.2 - 2025-04-04

### Fixed

- formatting
- doc tests

## [0.1.1]https://github.com/joshka/async-tty/compare/v0.1.0...v0.1.1 - 2025-04-04

### Fixed

- documentation link in cargo.toml

### Other

- add ci and release workflows