Skip to content

Commit

Permalink
Update Changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp committed Dec 5, 2021
1 parent 4bf497e commit 587160c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [unreleased]
### Added
- Add `-r`/`--recurrent` option as alias for `-t recurrent` for several commands (#68).
- dependabot configuration for automated dependency updates.
- Officially support Python 3.10.
### Changed
### Fixed
### Removed

## [v0.26.1.0] - 2021-12-05
### Added
- Add `-r`/`--recurrent` option as alias for `-t recurrent` for several commands. (#68)
- dependabot configuration for automated dependency updates.
- Officially support Python 3.10.
### Changed
- Update dependencies `tinydb`, `python-dateutil`, and `argcomplete`.
- Use more modern package structure (`setup.cfg` file, `build` for building wheels). (#67)

## [v0.26.0.0] - 2021-01-22
### Added
- Data and config directories are now sensible for non-UNIX operating systems. XDG environment variables are respected. The dependency `appdirs` is introduced (version 1.4.4) (#65)
Expand Down

0 comments on commit 587160c

Please sign in to comment.