diff --git a/CHANGELOG.md b/CHANGELOG.md index a478fdc..decfaf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## 0.1.6 - 2024-09-24 + +### 🐛 Bug Fixes + +- *(release)* Remove unnecessary job dependency + +### 📚 Documentation + +- *(readme)* Update playlist link +- *(readme)* Move installation section to top +- *(readme)* Move installation section +- *(readme)* Add demos and usage +- *(readme)* Add emoji +- *(readme)* Fix admonitions + ## 0.1.5 - 2024-09-24 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 215c402..fb8688e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -857,7 +857,7 @@ dependencies = [ [[package]] name = "theattyr" -version = "0.1.5" +version = "0.1.6" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index c410b3c..faccb6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theattyr" -version = "0.1.5" +version = "0.1.6" description = "A terminal theater for playing VT100 art and animations" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"