Skip to content

Commit

Permalink
Release v.1.3.10-1
Browse files Browse the repository at this point in the history
  • Loading branch information
olpeh committed Sep 10, 2019
1 parent 61313ac commit c4cbc68
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions qml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions rpm/harbour-workinghourstracker.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Tue Sep 10 2019 Olavi Haapala <harbourwht@gmail.com> 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 <harbourwht@gmail.com> 1.3.9-1
- Fix CSV exporter #72 (thanks krzyc)
- Fix tasks on hours list #71 (thanks krzyc)
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-workinghourstracker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-workinghourstracker.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c4cbc68

Please sign in to comment.