laforge submitted this change.
bump version number to 0.0.9 for construct.{Bytes,GreedyBytes}
Change-Id: Id8f9e617482c487f3314118ba3df9c937d501596
---
M debian/changelog
M pyproject.toml
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4bff797..fd85da2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+pyosmocom (0.0.9) unstable; urgency=medium
+
+ [ Neels Hofmeyr ]
+ * .gitignore: add vim swap file pattern
+
+ [ Harald Welte ]
+ * osmocom.construct: Bytes + GreedyBytes with automatic hexstring-conversion
+ * bump version number to 0.0.9 for construct.{Bytes,GreedyBytes}
+
+ -- Harald Welte <lafore@gnumonks.org> Wed, 23 Apr 2025 13:24:35 +0200
+
pyosmocom (0.0.8) unstable; urgency=medium
* construct: add length steps to StripTrailerAdapter
diff --git a/pyproject.toml b/pyproject.toml
index 37b54ed..5f8fb39 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
[project]
name = "pyosmocom"
-version = "0.0.8"
+version = "0.0.9"
dependencies = [
"gsm0338",
"construct >= 2.9.51"
To view, visit change 40118. To unsubscribe, or for help writing mail filters, visit settings.