Skip to content

Commit

Permalink
Exiv2 v0.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Feb 10, 2025
1 parent 4388568 commit 20962ba
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required( VERSION 3.11.0 )

project(exiv2
VERSION 0.28.3
VERSION 0.28.4
DESCRIPTION "Exif/IPTC/Xmp C++ metadata library and tools plus ICC Profiles, Previews and more."
LANGUAGES C CXX
)
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| | | | | v0.28.1 | 2023-11-06 | v0.28.1 |
| | | | | v0.28.2 | 2024-02-13 | v0.28.2 |
| | | | | v0.28.3 | 2024-07-08 | v0.28.3 |
| | | | | v0.28.4 | 2025-02-10 | v0.28.4 |
| v0.27 | 2018-12-20 | 0.27 | 0.27-maintenance | v0.27.0 | 2018-12-20 | v0.27.0 |
| | | | | v0.27.1 | 2019-04-18 | v0.27.1 |
| | | | | v0.27.2 | 2019-07-29 | v0.27.2 |
Expand Down
8 changes: 8 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changes from version 0.28.2 to 0.28.3

Release Notes:

* https://github.com/Exiv2/exiv2/issues/3149
* https://github.com/Exiv2/exiv2/milestone/15

Changes from version 0.28.2 to 0.28.3
-------------------------------------

Release Notes:

* https://github.com/Exiv2/exiv2/issues/3008
* https://github.com/Exiv2/exiv2/milestone/14?closed=1

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'exiv2',
'cpp',
version: '0.28.3',
version: '0.28.4',
meson_version: '>=0.54.1',
default_options: ['warning_level=0', 'cpp_std=c++17'],
)
Expand Down

0 comments on commit 20962ba

Please sign in to comment.