# 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.7](https://github.com/joshka/nitidus/compare/v0.1.6...v0.1.7) - 2024-02-13 ### Other - *(deps)* bump ratatui from 0.25.0 to 0.26.1 ([#18](https://github.com/joshka/nitidus/pull/18)) - *(deps)* bump serde_with from 3.5.1 to 3.6.1 ([#19](https://github.com/joshka/nitidus/pull/19)) ## [0.1.6](https://github.com/joshka/nitidus/compare/v0.1.5...v0.1.6) - 2024-01-30 ### Other - *(deps)* bump serde from 1.0.195 to 1.0.196 ([#11](https://github.com/joshka/nitidus/pull/11)) - *(deps)* bump figment from 0.10.13 to 0.10.14 ([#12](https://github.com/joshka/nitidus/pull/12)) ## [0.1.5](https://github.com/joshka/nitidus/compare/v0.1.4...v0.1.5) - 2024-01-25 ### Other - Create ci.yml - *(deps)* bump clap from 4.4.13 to 4.4.18 ([#9](https://github.com/joshka/nitidus/pull/9)) - *(deps)* bump tui-logger from 0.10.0 to 0.10.1 ([#8](https://github.com/joshka/nitidus/pull/8)) - *(deps)* bump serde_with from 3.4.0 to 3.5.1 ([#7](https://github.com/joshka/nitidus/pull/7)) - Create dependabot.yml ## [0.1.4](https://github.com/joshka/nitidus/compare/v0.1.3...v0.1.4) - 2024-01-09 ### Added - init config, logging, error handling better ### Fixed - Use NITIDUS_ prefix for environment variables ## [0.1.3](https://github.com/joshka/nitidus/compare/v0.1.2...v0.1.3) - 2023-12-15 ### Other - Bump zerocopy from 0.7.29 to 0.7.31 ## [0.1.2](https://github.com/joshka/nitidus/compare/v0.1.1...v0.1.2) - 2023-12-07 ### Other - cleanup tokio in cargo and fix some lints ## [0.1.1](https://github.com/joshka/nitidus/compare/v0.1.0...v0.1.1) - 2023-12-07 ### Other - Add release-plz - UI tweaks - add author for cargo.toml - add demo to readme - initial implementation