Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/exiv2.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
deploy:
strategy:
matrix:
EXIV2TAG: [v0.28.3]
runs-on: ubuntu-22.04
EXIV2TAG: [v0.28.4]
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
Expand Down
12 changes: 12 additions & 0 deletions website/master/news.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<?xml version = '1.0'?>
<news>

<newsitem>
<date>2025-02-10</date>
<title>Exiv2 v0.28.4</title>
<abstract>Exiv2 v0.28.4</abstract>
<desc>
<ol>
<li>Minor bugs and fixes</li>
</ol>
<p>More details: <a href="https://github.com/Exiv2/exiv2/issues/3149" _target="_blank">Change List</a></p>
</desc>
</newsitem>

<newsitem>
<date>2024-07-08</date>
<title>Exiv2 v0.28.3</title>
Expand Down