Skip to content

Commit 18545ca

Browse files
authored
Release MapLibre Android 13.4.1 and fix iOS workflow (#4429)
1 parent 1d67f94 commit 18545ca

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/ios-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@ jobs:
349349
350350
ios-ci-result:
351351
runs-on: ubuntu-latest
352+
permissions:
353+
actions: write
354+
contents: read
352355
if: needs.pre_job.outputs.should_skip != 'true' && always()
353356
needs:
354357
- pre_job

platform/android/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog MapLibre Native for Android
22

3+
## 13.4.1
4+
5+
### 🐞 Bug fixes
6+
7+
- core: check if edge length is zero for rounded corners ([#4424](https://github.com/maplibre/maplibre-native/pull/4424)).
8+
39
## 13.4.0
410

511
### ✨ Features and improvements

platform/android/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.4.0
1+
13.4.1

platform/ios/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ MapLibre welcomes participation and contributions from everyone. Please read [`M
1919
- core: Tolerate stencil clipping setup failures ([#4317](https://github.com/maplibre/maplibre-native/pull/4317)).
2020
- Enable FastPFOR encodings in MLT ([#4146](https://github.com/maplibre/maplibre-native/pull/4146)).
2121
- Add fill extrusion style property that enables rounded corners for extruded buildings (Core feature) ([#4343](https://github.com/maplibre/maplibre-native/pull/4343)).
22+
- core: check if edge length is zero for rounded corners ([#4424](https://github.com/maplibre/maplibre-native/pull/4424)).
2223

2324
## 6.27.0
2425

0 commit comments

Comments
 (0)