Skip to content

Commit a8efe01

Browse files
committed
bump version
1 parent 7ae234f commit a8efe01

5 files changed

Lines changed: 24 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.5.1) # Latest version as supported by Ubuntu Touch
22

33
project(pure-maps
4-
VERSION 3.4.2
4+
VERSION 3.5.0
55
DESCRIPTION "Maps and navigation")
66

77
# options

NEWS.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
2024-08-18: Pure Maps 3.4.2
1+
2026-01-08: Pure Maps 3.5.0
2+
===========================
3+
4+
* Add support for HERE v3 API maps
5+
* [ubuntu touch] Add unconfined click build config [jonnius]
6+
* [ubuntu touch] Fix non-sense output via PicoTTS [jonnius]
7+
* [ubuntu touch] Append Ubuntu Touch framework to click versions [jonnius]
8+
9+
10+
2025-11-29: Pure Maps 3.4.2
211
===========================
312

413
* Update MapTiler maps [junocomp]
514
* Fix Stadia API [vetzki]
615

7-
2024-08-18: Pure Maps 3.4.1
16+
2025-08-18: Pure Maps 3.4.1
817
===========================
918

1019
* Update translations

packaging/click/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"desktop": "pure-maps.desktop"
1111
}
1212
},
13-
"version": "3.4.2-@CLICK_FRAMEWORK_BASE@",
13+
"version": "3.5.0-@CLICK_FRAMEWORK_BASE@",
1414
"maintainer": "Rinigus <[email protected]>",
1515
"framework" : "@CLICK_FRAMEWORK@"
1616
}

packaging/pure-maps.appdata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@
3939
</screenshots>
4040
<metadata_license>CC-BY-SA-3.0</metadata_license>
4141
<releases>
42+
<release version="3.5.0" date="2026-01-08">
43+
<description>
44+
<ul>
45+
<li>Add support for HERE v3 API maps</li>
46+
<li>[ubuntu touch] Add unconfined click build config [jonnius]</li>
47+
<li>[ubuntu touch] Fix non-sense output via PicoTTS [jonnius]</li>
48+
<li>[ubuntu touch] Append Ubuntu Touch framework to click versions [jonnius]</li>
49+
</ul>
50+
</description>
51+
</release>
4252
<release version="3.4.2" date="2025-11-29">
4353
<description>
4454
<ul>

rpm/harbour-pure-maps.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Name: harbour-pure-maps
1818
Name: pure-maps
1919
%endif
2020

21-
Version: 3.4.2
21+
Version: 3.5.0
2222
Release: 1
2323

2424
Summary: Maps and navigation

0 commit comments

Comments
 (0)