summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b93585a..c49a97a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.9.1] - 2022-08-18
+### Added
+- Support setting the detail level via config or args (#44)
+
+### Changed
+- Enable GitHub Sponsors for funding
+- Apply clippy lints for tests
+- Bump dependencies
+- Set MSRV to 1.57.0
+
+### Fixed
+- Apply clippy lints
+- Update test preparation script about gpg directories
+
+### Removed
+- Remove broken link from README.md
+
## [0.9.0] - 2022-05-27
### Added
- Support customizing key bindings (#6)