* Fri Mar 21 2025 Richard Rahl <rrahl0@opensuse.org>
- update to 1.23.1:
* Fixed: Version.__lt__ checked if all fields were less than the other
instance
* Mon Nov 18 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 1.23.0:
* Add major/minor/patch format placeholders
* Clean up some formatting
* Wed Aug 07 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 1.22.0:
* Fixed: The --ignore-untracked CLI flag was ignored.
* Added: --commit-length option.
* Fri Jun 28 2024 Richard Rahl <rrahl0@disroot.org>
- update to 1.21.2:
* Fixed: Some timestamps could fail to parse on Python 3.5 and 3.6.
* Thu Jun 06 2024 Dirk Müller <dmueller@suse.com>
- update to 1.21.1:
* Fixed: Distance was calculated inconsistently for Git
* when there were some tags and none matched the version
pattern.
* Fri May 03 2024 Dirk Müller <dmueller@suse.com>
- update to 1.21.0:
* Generally, when Dunamai can detect the VCS in use, but
there's no version set yet, then Dunamai uses 0.0.0 as a
fallback, unless strict mode is enabled.
However, if there were some tags and none matched the version
pattern, then Dunamai would yield an error.
* Added `--ignore-untracked` option to control checking whether
the repository is dirty.
* Sat Apr 20 2024 Dirk Müller <dmueller@suse.com>
- update to 1.20.0:
* Updated `Version.bump()` to add a `smart` argument,
which only bumps when `distance != 0`.
* Sat Feb 17 2024 Richard Rahl <rrahl0@proton.me>
- update to 1.19.2
* ixed an exception when a Git repository had a broken ref
- update to 1.19.1:
* Relaxed Python bounds
* Fixed some git log commands that did not include -c log.showsignature=false
* Sat Dec 16 2023 Richard Rahl <rrahl0@proton.me>
- initial packaging of version 1.19