Skip to content

Commit

Permalink
0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 27, 2022
1 parent cdd342d commit 33ea3a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,11 @@
# Changelog

## Unreleased
## 0.15.1

### Enhancements

* ANSI support no longer depends on `regex` crate.
* Crate now supports `minver`.

## 0.15.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "console"
description = "A terminal and console abstraction for Rust"
version = "0.15.0"
version = "0.15.1"
keywords = ["cli", "terminal", "colors", "console", "ansi"]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
license = "MIT"
Expand Down

0 comments on commit 33ea3a2

Please sign in to comment.