Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Mar 16, 2022
1 parent a250faa commit 4851ebc
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5.1) # Latest version as supported by Ubuntu Touch

project(pure-maps
VERSION 2.9.2
VERSION 3.0.0
DESCRIPTION "Maps and navigation")

# options
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2022-03-16: Pure Maps 3.0.0
============================

* Switch over to Maplibre Native GL based plugin
* Show traffic impact on route
* Update route traffic info while routing
* Switch to SVG based map icons
* Notify the changes in positioning precision during navigation
* Update build scripts [pabloyoyoista]
* Update Ubuntu Touch build scripts [jonnius]

2021-11-22: Pure Maps 2.9.0
===========================

Expand Down
2 changes: 1 addition & 1 deletion packaging/click/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"desktop": "pure-maps.desktop"
}
},
"version": "2.9.2",
"version": "3.0.0",
"maintainer": "Rinigus <[email protected]>",
"framework" : "@CLICK_FRAMEWORK@"
}
14 changes: 14 additions & 0 deletions packaging/pure-maps.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="3.0.0" date="2022-03-16">
<description>
<ul>
<li>Switch over to Maplibre Native GL based plugin</li>
<li>Show traffic impact on route</li>
<li>Update route traffic info while routing</li>
<li>Switch to SVG based map icons</li>
<li>Notify the changes in positioning precision during navigation</li>
<li>Update build scripts [pabloyoyoista]</li>
<li>Update Ubuntu Touch build scripts [jonnius]</li>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="2.9.0" date="2021-11-22">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-pure-maps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Name: harbour-pure-maps
Name: pure-maps
%endif

Version: 2.9.2
Version: 3.0.0
Release: 1

Summary: Maps and navigation
Expand Down

0 comments on commit 4851ebc

Please sign in to comment.