# Release History
## Unreleased
* Nothing
## 0.1.3 (2023-09-14)
### Changed:
* Fixed compilation issue due to dependency updates
* Fixed panic on drop Cursive instance
### Added:
* flake.nix for dev shell `nix develop`
* Cargo.lock
## 0.1.2 (2022-01-21)
### Changed:
* Cargo.toml: cursive version
## 0.1.1 (2021-09-16)
### Changed:
* Cargo.toml: ntest dependency (wildcard * dependency constraints are not allowed on crates.io)
* CI.yml: removed Windows (ncurses doesn't support Windows)
## 0.1.0 (2021-09-16)
* Initial release