diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2024-11-28 07:23:18 +0100 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2024-11-28 07:23:18 +0100 |
| commit | bf776fc41bf4418ddd37af5aa0452b0a06cd3672 (patch) | |
| tree | baae89cbad4331be7c4c25743ec45c0e7f71148c | |
| parent | 42adedf4d63a6f2444511d44939a20a34eb36075 (diff) | |
| download | fsdir-bf776fc41bf4418ddd37af5aa0452b0a06cd3672.tar.gz fsdir-bf776fc41bf4418ddd37af5aa0452b0a06cd3672.tar.bz2 | |
Introduce a changelog
| -rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7e4657e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.1.0] - 2024-11-28 + +### Added + +- A new option, `-label` is introduced to allow setting custom labels with + their values on the exporter. |
