Skip to content

Commit 59853fd

Browse files
authored
Upgrade MapLibre to version 6.8.1 (maplibre#60)
* Upgrade MapLibre to version 6.8.1 * Update CHANGELOG
1 parent c406d80 commit 59853fd

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Version 0.4.0 - 2024-11-19
89

10+
### Changed
11+
12+
This release upgrades MapLibre Native to version 6.8.1.
913

1014
## Version 0.3.2 - 2024-11-11
1115

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
),
2222
],
2323
dependencies: [
24-
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.7.1"),
24+
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.8.1"),
2525
.package(url: "https://github.com/stadiamaps/maplibre-swift-macros.git", from: "0.0.5"),
2626
// Testing
2727
.package(url: "https://github.com/Kolos65/Mockable.git", exact: "0.0.10"),

0 commit comments

Comments
 (0)