Skip to content

Commit

Permalink
Version bump, changelog addition for budgets
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhawley committed May 5, 2022
1 parent 73303b8 commit 198537e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.0] - 2022-05-05

### Added

- Adding broader support for `Category` budgets in the `homebank_db` crate
- Display budget progress with the `budget` subcommand
- Renders progress bars of transactions within a category and compares that against budgets set for those categories
- Can search for categories by their name or consider specific time intervals

## [0.1.1] - 2022-04-22

### Added
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hb"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["James Hawley <[email protected]>"]
description = "Query and operate on your HomeBank database from the command line."
Expand Down
2 changes: 1 addition & 1 deletion src/homebank-db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "homebank_db"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 198537e

Please sign in to comment.