Skip to content

Commit bf7182d

Browse files
authored
chore: release v0.2.2 (#290)
1 parent 72d2325 commit bf7182d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.2.2
2+
3+
Maintenance release and some new functionality.
4+
Thanks for your contribution in this release @jt274!
5+
6+
## New Features
7+
8+
- Migrate `requestLocationPermissions()` and `addLayer()` to use JNI
9+
- Update `jni` and `jnigen` to v0.14
10+
- Update `pigeon` to v25
11+
- Migrate gradle DSL to Kotlin
12+
- Add `LngLatBounds.fromPoints()` constructor.
13+
14+
...and numerous other dependencies updated in this release.
15+
16+
Full
17+
Changelog: [v0.2.1...v0.2.2](https://github.com/josxha/flutter-maplibre/compare/v0.2.1...v0.2.2)
18+
119
## 0.2.1
220

321
This release builds upon the long anticipated merged threads in Flutter 3.29.0
@@ -41,6 +59,9 @@ Thanks for your contributions for this release, @felix-larsen and @pamtbaau!
4159
- Use the new code formatting.
4260
- Upgrade pigeon to 24.
4361

62+
Full
63+
Changelog: [v0.2.0...v0.2.1](https://github.com/josxha/flutter-maplibre/compare/v0.2.0...v0.2.1)
64+
4465
## 0.2.0
4566

4667
This release is a collection of user affecting changes along a couple of new

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: maplibre
22
description: "Permissive and performant mapping library that supports Mapbox Vector Tiles (MVT) powered by MapLibre SDKs."
3-
version: 0.2.1
3+
version: 0.2.2
44
repository: https://github.com/josxha/flutter-maplibre
55
issue_tracker: https://github.com/josxha/flutter-maplibre/issues
66
homepage: https://flutter-maplibre.pages.dev

0 commit comments

Comments
 (0)