Skip to content

Commit

Permalink
Upgrade MapLibre to version 6.8.1 (#60)
Browse files Browse the repository at this point in the history
* Upgrade MapLibre to version 6.8.1

* Update CHANGELOG
  • Loading branch information
ianthetechie authored Nov 18, 2024
1 parent c406d80 commit 59853fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Version 0.4.0 - 2024-11-19

### Changed

This release upgrades MapLibre Native to version 6.8.1.

## Version 0.3.2 - 2024-11-11

Expand Down
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "ef57277e00807f229851c4bb0692df5652d1ca801f92fa003373a73212ebd3bf",
"originHash" : "f096aa74c5272b45b2915f473243f1b1b20c3641ce8c933b91e2bdbb7e5b01c8",
"pins" : [
{
"identity" : "maplibre-gl-native-distribution",
"kind" : "remoteSourceControl",
"location" : "https://github.com/maplibre/maplibre-gl-native-distribution.git",
"state" : {
"revision" : "f23db791d7b6f0329e3c6788d8e4152c24c52b6b",
"version" : "6.7.1"
"revision" : "b84a0decbe9ca1caeff1402efdce71349c09d790",
"version" : "6.8.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.7.1"),
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.8.1"),
.package(url: "https://github.com/stadiamaps/maplibre-swift-macros.git", from: "0.0.5"),
// Testing
.package(url: "https://github.com/Kolos65/Mockable.git", exact: "0.0.10"),
Expand Down

0 comments on commit 59853fd

Please sign in to comment.