Skip to content

Commit

Permalink
chore: Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smradCZ committed Dec 2, 2019
1 parent 5f03c16 commit 809a167
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include ./common.mk
# if set then must end with '/'
DESTDIR :=

VERSION := 0.5.3
VERSION := 0.6.0
version_numbers :=$(subst ., ,$(VERSION))
version_major :=$(word 1,$(version_numbers))

Expand Down
6 changes: 3 additions & 3 deletions packages/_debian-common/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libsuperiormysqlpp (0.6.0) UNRELEASED; urgency=medium
libsuperiormysqlpp (0.6.0) unstable; urgency=medium

[ Jan Kriho ]
* feat: use converter struct instead of converter function
Expand All @@ -10,9 +10,9 @@ libsuperiormysqlpp (0.6.0) UNRELEASED; urgency=medium
* fix: Return correct ID from SharedPtrPool.getPopulationId()

[ Tomas Prochazka ]
* fix: remove noexcept clause from Statement::close()
* fix: remove noexcept clause from Statement::close()

-- Jan Kriho <jan.kriho@firma.seznam.cz> Fri, 27 Sep 2019 12:57:13 +0200
-- Radek Smejdir <radek.smejdir@firma.seznam.cz> Mon, 02 Dec 2019 13:47:58 +0100

libsuperiormysqlpp (0.5.2) unstable; urgency=medium

Expand Down
4 changes: 2 additions & 2 deletions packages/fedora-22/libsuperiormysqlpp.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: libsuperiormysqlpp-dev
Version: 0.5.3
Release: development%{?dist}
Version: 0.6.0
Release: 1%{?dist}
Summary: C++ mysql library development files

License: LGPLv3+
Expand Down

0 comments on commit 809a167

Please sign in to comment.