Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subuk committed Nov 24, 2019
1 parent 810246b commit 054da00
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1
VERSION = 0.10.0

BUILD_LDFLAGS = -X subuk/vmango/web.AppVersion=$(VERSION)

Expand Down Expand Up @@ -56,7 +56,7 @@ test:

.PHONY: clean
clean:
rm -rf web/assets_generated.go bin/ *.tar.gz *.tar.hz *.rpm *.deb *_source.buildinfo *_source.changes *_source.ppa.upload *.debian.tar.xz *.dsc
rm -rf web/assets_generated.go bin/ *.tar.gz *.tar.hz *.rpm *.deb *_source.buildinfo *_source.changes *_source.ppa.upload *.debian.tar.xz *.dsc *.spec

-include Makefile.RPM.mk
-include Makefile.DEB.mk
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vmango (0.10.0-1) unstable; urgency=medium

* Update upstream to 0.10.0

-- Matvey Kruglov <kubuzzzz@gmail.com> Sun, 24 Nov 2019 11:56:03 +0000

vmango (0.9.1-1) unstable; urgency=medium

* Update upstream to 0.9.1
Expand Down
3 changes: 3 additions & 0 deletions vmango.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ rm -rf $RPM_BUILD_ROOT
%{_unitdir}/vmango.service

%changelog
* Sun Nov 24 2019 11:56:03 +0000 Matvey Kruglov <kubuzzzz@gmail.com> 0.10.0-1
- Update upstream to 0.10.0

* Sat Sep 7 2019 20:11:31 +0000 Matvey Kruglov <kubuzzzz@gmail.com> 0.9.1-1
- Update upstream to 0.9.1

0 comments on commit 054da00

Please sign in to comment.