Release 0.1.1
All checks were successful
CD / ci (push) Successful in 35s
CI / ci (push) Successful in 28s

This commit is contained in:
Aloïs Micard 2025-02-24 12:14:14 +01:00
parent 10f0668d6a
commit 6ff3de842a
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
## [Unreleased] ## [Unreleased]
## [0.1.1] - 24/02/2025
### New
- [#1] Add exiftool json output.
## [0.1.0] - 24/02/2025 ## [0.1.0] - 24/02/2025
- Initial release. - Initial release.

View file

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "exif-database" name = "exif-database"
version = "0.1.0" version = "0.1.1"
authors = [ authors = [
{ name = "Aloïs Micard", email = "alois@micard.lu" }, { name = "Aloïs Micard", email = "alois@micard.lu" },
] ]