# 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.3.4](https://github.com/kdheepak/ratatui-base16/compare/v0.3.3...v0.3.4) - 2024-08-19 ### Other - *(deps)* Bump the cargo-dependencies group across 1 directory with 2 updates ([#19](https://github.com/kdheepak/ratatui-base16/pull/19)) - *(deps)* Bump thiserror from 1.0.62 to 1.0.63 in the cargo-dependencies group ([#17](https://github.com/kdheepak/ratatui-base16/pull/17)) - *(deps)* Bump the cargo-dependencies group with 2 updates ([#16](https://github.com/kdheepak/ratatui-base16/pull/16)) - *(deps)* Bump the cargo-dependencies group with 2 updates ([#14](https://github.com/kdheepak/ratatui-base16/pull/14)) ## [0.3.3](https://github.com/kdheepak/ratatui-base16/compare/v0.3.2...v0.3.3) - 2024-07-01 ### Added - Change defaults ## [0.3.2](https://github.com/kdheepak/ratatui-base16/compare/v0.3.1...v0.3.2) - 2024-07-01 ### Added - Add dependabot.yml - Add default colors ([#10](https://github.com/kdheepak/ratatui-base16/pull/10)) ### Other - *(deps)* Bump the cargo-dependencies group with 5 updates ([#12](https://github.com/kdheepak/ratatui-base16/pull/12)) ## [0.3.1](https://github.com/kdheepak/ratatui-base16/compare/v0.3.0...v0.3.1) - 2024-05-11 ### Other - Update README - Update README - Refactor macro code ## [0.3.0](https://github.com/kdheepak/ratatui-base16/compare/v0.2.0...v0.3.0) - 2024-05-11 ### Added - [**breaking**] Add more palettes ([#7](https://github.com/kdheepak/ratatui-base16/pull/7)) ### Other - Refactor macro syntax ## [0.2.0](https://github.com/kdheepak/ratatui-base16/compare/v0.1.2...v0.2.0) - 2024-05-11 ### Added - [**breaking**] Add Dracula and Github base16 color palettes ([#5](https://github.com/kdheepak/ratatui-base16/pull/5)) ### Other - *(docs)* Update docstrings formatting ## [0.1.2](https://github.com/kdheepak/ratatui-base16/compare/v0.1.1...v0.1.2) - 2024-05-11 ### Added - Support base16 specification ([#4](https://github.com/kdheepak/ratatui-base16/pull/4)) - Add from toml ([#2](https://github.com/kdheepak/ratatui-base16/pull/2)) ### Fixed - Better docstrings ## [0.1.1](https://github.com/kdheepak/ratatui-base16/compare/v0.1.0...v0.1.1) - 2024-05-10 ### Other - Add Cargo.lock - Add docstrings - Add ci.yml - Add release plz