Skip to content

Commit 414f345

Browse files
committed
Bump version to 0.2.4
1 parent 4ebe22a commit 414f345

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.4] - 2025-11-29
11+
12+
### Added
13+
14+
- **Expected income tracking** - Set expected monthly income and receive budget warnings when overspending
15+
1016
## [0.2.3] - 2025-11-29
1117

1218
### Added
@@ -93,7 +99,8 @@ mv ~/.envelope ~/.config/envelope-cli
9399
- Cross-platform support (Linux, macOS, Windows)
94100
- Rust 1.70+ required
95101

96-
[Unreleased]: https://github.com/KayleeBeyene/EnvelopeCLI/compare/v0.2.3...HEAD
102+
[Unreleased]: https://github.com/KayleeBeyene/EnvelopeCLI/compare/v0.2.4...HEAD
103+
[0.2.4]: https://github.com/KayleeBeyene/EnvelopeCLI/compare/v0.2.3...v0.2.4
97104
[0.2.3]: https://github.com/KayleeBeyene/EnvelopeCLI/compare/v0.2.2...v0.2.3
98105
[0.2.2]: https://github.com/KayleeBeyene/EnvelopeCLI/compare/v0.2.1...v0.2.2
99106
[0.2.1]: https://github.com/KayleeBeyene/EnvelopeCLI/compare/v0.2.0...v0.2.1

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.3"
3+
version = "0.2.4"
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,6 +139,7 @@ After release, users can install via:
139139

140140
| Version | Date | Notes |
141141
|---------|------|-------|
142+
| 0.2.4 | 2025-11-29 | Expected income tracking with budget warnings |
142143
| 0.2.3 | 2025-11-29 | Vim keybindings, unified backup/export restore |
143144
| 0.2.2 | 2025-11-29 | Patch release |
144145
| 0.2.1 | 2025-11-29 | Category group editing, bulk delete, header-less CSV |

0 commit comments

Comments
 (0)