diff --git a/README.md b/README.md index accb799..0f8b8b2 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ Notes to myself on how to release a new version. This should be automated someho - Update `harbour-workinghourstracker.yaml` with correct version and build numbers - Update `CHANGELOG.md` with related changes - Update `harbour-workinghourstracker.changes` with related changes +- Build both ARM and x86 versions in QT Creator - Commit these changes with commmit message: `Release v.X.Y.Z-b` - Push changes to master - Create tag `X.Y.Z-b` - Push tag to origin -- Build both ARM and x86 versions in QT Creator - Create a new release in GitHub with new binaries as attachments - Release new binaries in openrepos - Optionally send new release to Jolla store QA diff --git a/qml/CHANGELOG.md b/qml/CHANGELOG.md index 31a336f..77a69e3 100644 --- a/qml/CHANGELOG.md +++ b/qml/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.10-1] - 2019-09-10 + +### Fixed + +- Fix removing break from a row – setting break to 0 does not remove it #75 +- Fix a couple of warnings and deprecation errors + ## [1.3.9-1] - 2019-09-09 ### Fixed diff --git a/rpm/harbour-workinghourstracker.changes b/rpm/harbour-workinghourstracker.changes index f402bb7..84fbb0d 100644 --- a/rpm/harbour-workinghourstracker.changes +++ b/rpm/harbour-workinghourstracker.changes @@ -1,3 +1,7 @@ +* Tue Sep 10 2019 Olavi Haapala 1.3.10-1 +- Fix removing break from a row – setting break to 0 does not remove it #75 +- Fix a couple of warnings and deprecation errors + * Mon Sep 09 2019 Olavi Haapala 1.3.9-1 - Fix CSV exporter #72 (thanks krzyc) - Fix tasks on hours list #71 (thanks krzyc) diff --git a/rpm/harbour-workinghourstracker.spec b/rpm/harbour-workinghourstracker.spec index 104c102..ff06d94 100644 --- a/rpm/harbour-workinghourstracker.spec +++ b/rpm/harbour-workinghourstracker.spec @@ -13,7 +13,7 @@ Name: harbour-workinghourstracker %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Working Hours Tracker -Version: 1.3.9 +Version: 1.3.10 Release: 1 Group: Qt/Qt License: BSD 3-clause diff --git a/rpm/harbour-workinghourstracker.yaml b/rpm/harbour-workinghourstracker.yaml index fb5d5ca..44464d6 100644 --- a/rpm/harbour-workinghourstracker.yaml +++ b/rpm/harbour-workinghourstracker.yaml @@ -1,6 +1,6 @@ Name: harbour-workinghourstracker Summary: Working Hours Tracker -Version: 1.3.9 +Version: 1.3.10 Release: 1 # The contents of the Group field should be one of the groups listed here: # http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS