From 854ec1685658f6c5dd0426f2982c3bc0d8d95ae5 Mon Sep 17 00:00:00 2001
From: Andre Moreira Magalhaes <andrunko@gmail.com>
Date: Tue, 20 Jun 2023 13:07:48 -0300
Subject: [PATCH] Release dwarf2sources version 0.2.3

Signed-off-by: Andre Moreira Magalhaes <andrunko@gmail.com>
---
 Cargo.toml       | 2 +-
 debian/changelog | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 340b7cb..d32404e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dwarf2sources"
-version = "0.2.2"
+version = "0.2.3"
 authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
 edition = "2018"
 
diff --git a/debian/changelog b/debian/changelog
index 181a78a..5373b19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dwarf2sources (0.2.3) apertis; urgency=medium
+
+  * Add support for reading DWARF-5 info
+
+ -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Tue, 20 Jun 2023 13:06:12 -0300
+
 dwarf2sources (0.2.2) apertis; urgency=medium
 
   * Update gimli to 0.26 and object to 0.29.
-- 
GitLab