notez 0.1.1

A zero-dependency CLI to-do manager in pure rust
1
2
3
4
5
6
7
8
9
10
11
12
# Changelog

## [0.1.1] - 2025-07-05
### Fixed
- Updated all CLI examples in README.md to reflect the correct binary name: `notez` instead of `bt`.

## [0.1.0] - 2025-07-05
### Added
- Initial release of `notez` (formerly internal name `bt`)
- Zero-dependency CLI To-Do application in Rust
- Supports: add, list, complete, delete
- Stores tasks in plain `Tasks.txt` file in the working directory