Skip to content

Commit fea3371

Browse files
authored
Release MapLibre Android 11.10.2 (#3542)
1 parent 7b8f745 commit fea3371

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/scripts/ensure-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ if git rev-parse "$tag" >/dev/null 2>&1; then
3636
fi
3737
else
3838
git tag -a "$tag" -m "Publish $tag" "$commit_sha"
39-
# git push origin "$tag"
39+
git push origin "$tag"
4040
echo "✅ Created tag $tag for commit $commit_sha."
4141
fi

platform/android/CHANGELOG.md

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

3+
## 11.10.2
4+
5+
### 🐞 Bug fixes
6+
7+
- Fix segfault this-capture GeoJsonSource which may be deleted ([#3536](https://github.com/maplibre/maplibre-native/pull/3536)).
8+
- Add `MapRenderer` dangling reference check ([#3541](https://github.com/maplibre/maplibre-native/pull/3541)).
9+
- Fix incomplete feature state updates in GeometryTile and SourceFeatureState [Vector Tile Layer]. ([#3406](https://github.com/maplibre/maplibre-native/pull/3406)).
10+
11+
### ✨ Features and improvements
12+
13+
- Fix recycler view test ([#3537](https://github.com/maplibre/maplibre-native/pull/3537)).
14+
315
## 11.10.1
416

517
### 🐞 Bug fixes

platform/android/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.10.1
1+
11.10.2

0 commit comments

Comments
 (0)