From 59853fd148b565c5cd1d67f14a9aa4b446048f03 Mon Sep 17 00:00:00 2001 From: Ian Wagner Date: Tue, 19 Nov 2024 02:33:28 +0900 Subject: [PATCH] Upgrade MapLibre to version 6.8.1 (#60) * Upgrade MapLibre to version 6.8.1 * Update CHANGELOG --- CHANGELOG.md | 4 ++++ Package.resolved | 6 +++--- Package.swift | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7b061..80f11d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Package.resolved b/Package.resolved index c0cf91c..37a291a 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { diff --git a/Package.swift b/Package.swift index 3995ec4..ea4d373 100644 --- a/Package.swift +++ b/Package.swift @@ -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"),