From e390a7beb417a426277e41f8013dd0abb09aef8f Mon Sep 17 00:00:00 2001 From: Matvey Kruglov Date: Sun, 26 Apr 2020 12:15:50 +0300 Subject: [PATCH] Release 0.12.0 --- Makefile | 2 +- debian/changelog | 6 ++++++ vmango.spec.in | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e14625c..f08ea01f 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ ASSETS_SOURCES = $(shell find templates static) UNAME_S := $(shell uname -s) TARBALL_SOURCES = $(GO_SOURCES) Makefile README.md vmango.dist.conf vmango.service static/ templates/ vendor/ go.mod go.sum -VERSION = 0.11.0 +VERSION = 0.12.0 BUILD_LDFLAGS = -X subuk/vmango/web.AppVersion=$(VERSION) diff --git a/debian/changelog b/debian/changelog index f47eece4..61b440dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vmango (0.12.0-1) unstable; urgency=medium + + * Update upstream to 0.12.0 + + -- Matvey Kruglov Sun, 26 Apr 2020 09:13:52 +0000 + vmango (0.11.0-1) unstable; urgency=medium * Update upstream to 0.11.0 diff --git a/vmango.spec.in b/vmango.spec.in index 7b18a3fd..2aab14c6 100644 --- a/vmango.spec.in +++ b/vmango.spec.in @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_unitdir}/vmango.service %changelog +* Sat Apr 26 2020 09:13:49 +0000 Matvey Kruglov 0.12.0-1 +- Update upstream to 0.12.0 + * Sat Apr 4 2020 15:31:14 +0000 Matvey Kruglov 0.11.0-1 - Update upstream to 0.11.0