Skip to content

Commit 8666294

Browse files
Exiv2 v0.28.4
1 parent 4388568 commit 8666294

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required( VERSION 3.11.0 )
33

44
project(exiv2
5-
VERSION 0.28.3
5+
VERSION 0.28.4
66
DESCRIPTION "Exif/IPTC/Xmp C++ metadata library and tools plus ICC Profiles, Previews and more."
77
LANGUAGES C CXX
88
)

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| | | | | v0.28.1 | 2023-11-06 | v0.28.1 |
99
| | | | | v0.28.2 | 2024-02-13 | v0.28.2 |
1010
| | | | | v0.28.3 | 2024-07-08 | v0.28.3 |
11+
| | | | | v0.28.4 | 2025-02-10 | v0.28.4 |
1112
| v0.27 | 2018-12-20 | 0.27 | 0.27-maintenance | v0.27.0 | 2018-12-20 | v0.27.0 |
1213
| | | | | v0.27.1 | 2019-04-18 | v0.27.1 |
1314
| | | | | v0.27.2 | 2019-07-29 | v0.27.2 |

doc/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changes from version 0.28.3 to 0.28.4
2+
-------------------------------------
3+
4+
Release Notes:
5+
6+
* https://github.com/Exiv2/exiv2/issues/3149
7+
* https://github.com/Exiv2/exiv2/milestone/15?closed=1
8+
19
Changes from version 0.28.2 to 0.28.3
210
-------------------------------------
311

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'exiv2',
33
'cpp',
4-
version: '0.28.3',
4+
version: '0.28.4',
55
meson_version: '>=0.54.1',
66
default_options: ['warning_level=0', 'cpp_std=c++17'],
77
)

0 commit comments

Comments
 (0)