2022-03-12 18:48:51 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2022-03-14 04:51:21 +00:00
|
|
|
## [0.3.1] - 2022-03-13
|
|
|
|
|
2022-03-13 15:14:01 +00:00
|
|
|
### Fixed bugs
|
|
|
|
|
|
|
|
- (#131) Fixed crash when `core.excludesFile` pointed to non-existent file, and
|
|
|
|
made leading `~/` in that config expand to `$HOME/`
|
|
|
|
|
2022-03-12 18:48:51 +00:00
|
|
|
## [0.3.0] - 2022-03-12
|
|
|
|
|
|
|
|
Last release before this changelog started.
|