Skip to content

Commit 0ce41b2

Browse files
committed
Bump version to 0.2.1
1 parent 68f602c commit 0ce41b2

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.1] - 2025-11-29
11+
12+
### Added
13+
14+
- **Category group management** - Edit and delete category groups from the TUI
15+
- **Bulk transaction delete** - Delete multiple transactions at once
16+
- **Header-less CSV import** - Import CSV files without headers by specifying column order
17+
- **Dynamic version display** - Sidebar now shows actual package version
18+
19+
### Fixed
20+
21+
- Removed unnecessary format! macro in budget view
22+
1023
## [0.2.0] - 2025-11-29
1124

1225
### Changed
@@ -63,6 +76,7 @@ mv ~/.envelope ~/.config/envelope-cli
6376
- Cross-platform support (Linux, macOS, Windows)
6477
- Rust 1.70+ required
6578

66-
[Unreleased]: https://github.com/KayleeBeyene/EnvelopeCLI/compare/v0.2.0...HEAD
79+
[Unreleased]: https://github.com/KayleeBeyene/EnvelopeCLI/compare/v0.2.1...HEAD
80+
[0.2.1]: https://github.com/KayleeBeyene/EnvelopeCLI/compare/v0.2.0...v0.2.1
6781
[0.2.0]: https://github.com/KayleeBeyene/EnvelopeCLI/compare/v0.1.0...v0.2.0
6882
[0.1.0]: https://github.com/KayleeBeyene/EnvelopeCLI/releases/tag/v0.1.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "envelope-cli"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Kaylee Beyene"]
66
description = "Terminal-based zero-based budgeting application"

RELEASING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,6 @@ After release, users can install via:
139139

140140
| Version | Date | Notes |
141141
|---------|------|-------|
142+
| 0.2.1 | 2025-11-29 | Category group editing, bulk delete, header-less CSV |
142143
| 0.2.0 | 2025-11-29 | XDG-compliant data paths, env var override |
143144
| 0.1.0 | 2025-11-28 | Initial public release |

0 commit comments

Comments
 (0)