Skip to content

Commit

Permalink
[rel] bump to v0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Nov 30, 2024
1 parent 45f5d2b commit dbe740d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@

This is a high-level summary of the most important changes. For a full list of changes, see the [git commit log](https://github.com/grindsa/dkb-robo/commits) and pick the appropriate release branch.

# Changes in 0.28

**Improvements**:

- [#66](https://github.com/grindsa/dkb-robo/pull/65) - Special handling of depot related file names
- [#65](https://github.com/grindsa/dkb-robo/pull/65) - add support for additional document types
- [#63](https://github.com/grindsa/dkb-robo/pull/63) - CLI - rename `PATH` env variable to `DKB_DOC_PATH`

**Bugfixes**:

- [#64](https://github.com/grindsa/dkb-robo/pull/64) - CLI - fix non-chip-tan default option
- [#62](https://github.com/grindsa/dkb-robo/issues/62) - add missing transaction attributes for brokerage account


# Changes in 0.27.1

**Improvements**:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [{ name = "grindsa", email = "grindelsack@gmail.com" }]
name = "dkb_robo"
description = "Download transactions from the website of Deutsche Kreditbak AG"
keywords = ["Deutsche Kreditbank", "DKB"]
version = "0.27.1"
version = "0.28"
readme = "README.md"
classifiers = [
# Keep in sync with the Python version matrix in test_lint.yaml GitHub workflow.
Expand Down

0 comments on commit dbe740d

Please sign in to comment.