# `supports-color` Release Changelog
<a name="1.3.1"></a>
## 1.3.1 (2022-11-05)
### Bug Fixes
* **docs:** Update README example for accuracy (#7) ([88a56df7](https://github.com/zkat/supports-color/commit/88a56df7d3143cd71b1f5ad88b0f65ff6ddce8eb))
* **alloc:** stop allocating unnecessary Strings (#8) ([606262f7](https://github.com/zkat/supports-color/commit/606262f7c1fd117610b582fa28ae0acf60341164))
<a name="1.3.0"></a>
## 1.3.0 (2021-10-03)
### Bug Fixes
* **clicolor:** Ignore unit tests on GH action and change order of CLICOLOR check (#5) ([370e8188](https://github.com/zkat/supports-color/commit/370e81885bf683287cdb2f639b59b86425d90e9c))
### Features
* **msrv:** Reduce MSRV from 1.54 to 1.42 (#6) ([a33337a6](https://github.com/zkat/supports-color/commit/a33337a653d3bfe71007947cd3ee57a787dcce64))
<a name="1.2.0"></a>
## 1.2.0 (2021-10-01)
### Features
* **clicolor:** Add CLICOLOR support (#4) ([71b0ff30](https://github.com/zkat/supports-color/commit/71b0ff30be9a9aa78d2d0197957d815fc5d1a357))
<a name="1.1.1"></a>
## 1.1.1 (2021-09-22)
### Bug Fixes
* **deps:** bump is_ci because of missing api ([31d57374](https://github.com/zkat/supports-color/commit/31d5737420ae2a587e63f4ce03ad3099dad25289))
<a name="1.1.0"></a>
## 1.1.0 (2021-09-22)
### Features
* **api:** Add cached version of supports_color::on (#1) ([2cf2b76f](https://github.com/zkat/supports-color/commit/2cf2b76f585d591acda45c28bffeeba28d030bfd))
<a name="1.0.4"></a>
## 1.0.4 (2021-09-22)
### Bug Fixes
* **deps:** remove dependencies on regex and lazy-static too ([366f5b92](https://github.com/zkat/supports-color/commit/366f5b92c8c806572f74adc91e8716e434a95efb))
<a name="1.0.3"></a>
## 1.0.3 (2021-09-22)
### Bug Fixes
* **deps:** switch to much more lightweight is_ci ([d481c017](https://github.com/zkat/supports-color/commit/d481c01754ebaefa7bcaf154b8a7c7d8d25bebb5))
<a name="1.0.2"></a>
## 1.0.2 (2021-09-11)
### Bug Fixes
* **detection:** messed up logic on windows and forgot no_color. oops ([fbecf72f](https://github.com/zkat/supports-color/commit/fbecf72f6331ddc08de625861d9bece0370b07c3))
<a name="1.0.1"></a>
## 1.0.1 (2021-09-11)
### Bug Fixes
* **api:** forgot to export atty::Stream, and example was totally wrong ([a9eef66f](https://github.com/zkat/supports-color/commit/a9eef66f5fa6b75b14bbb4d860f24dba9dcf5724))
<a name="1.0.0"></a>
## 1.0.0 (2021-09-11)
### Features
* **api:** initial commit ([fbb068d0](https://github.com/zkat/supports-color/commit/fbb068d070687eac0ecbef23015c07cd025ce161))