osmith has uploaded this change for review.

View Change

Bump version to 0.1.1

Change-Id: Id5bfda6a755a034c526b066e70199b7655f81e18
---
M debian/changelog
M rebar.config
2 files changed, 20 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/89/37789/1
diff --git a/debian/changelog b/debian/changelog
index dd7edc9..a847651 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+osmo-s1gw (0.1.1) unstable; urgency=medium
+
+ [ Vadim Yanitskiy ]
+ * contrib/jenkins.sh: also run Dialyzer
+ * config/sys.config: print prefix before msg, if present
+ * Makefile: allow overriding the config file
+ * rebar.{config,lock}: add pfcplib to deps[]
+ * sctp_client: add type hints
+ * sctp_proxy: add type hints for public API
+ * sctp_proxy: fix typo in field name: s/mmr_port/mme_port/g
+ * sctp_proxy: handle_pdu/2: print stacktrace on exception
+ * sctp_server: do not let sctp_proxy:shutdown() crash the server
+ * contrib/jenkins.sh: increase EUnit verbosity
+ * Makefile: add 'install' target
+ * contrib: add systemd unit file
+ * add debian package files
+
+ -- Oliver Smith <osmith@sysmocom.de> Fri, 09 Aug 2024 10:02:27 +0200
+
osmo-s1gw (0.1.0) unstable; urgency=medium

* Initial debian packaging
diff --git a/rebar.config b/rebar.config
index 6ae27de..c3e68bb 100644
--- a/rebar.config
+++ b/rebar.config
@@ -27,7 +27,7 @@
{escript_main_app, osmo_s1gw}.
{escript_name, "osmo-s1gw"}.

-{relx, [{release, {"osmo-s1gw", "0.1.0"}, [osmo_s1gw]},
+{relx, [{release, {"osmo-s1gw", "0.1.1"}, [osmo_s1gw]},
{sys_config, "./config/sys.config"},
{dev_mode, true},
{include_erts, false},

To view, visit change 37789. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: Id5bfda6a755a034c526b066e70199b7655f81e18
Gerrit-Change-Number: 37789
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>