Skip to content

Commit 1b17bd0

Browse files
chore: release v0.2.0 (maplibre#65)
## 🤖 New release * `maplibre_native`: 0.1.2 -> 0.2.0 (⚠ API breaking changes) ### ⚠ `maplibre_native` breaking changes ```text --- failure inherent_method_missing: pub method removed or renamed --- Description: A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/inherent_method_missing.ron Failed in: ImageRenderer::set_style_url, previously in file /tmp/.tmpy7q9Ni/maplibre_native/src/renderer/image_renderer.rs:36 ImageRenderer::set_style_path, previously in file /tmp/.tmpy7q9Ni/maplibre_native/src/renderer/image_renderer.rs:43 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.2.0](maplibre/maplibre-native-rs@v0.1.2...v0.2.0) - 2025-09-23 ### Fixed - *(api)* clearer style rendering semantics ([maplibre#63](maplibre#63)) ### Other - *(deps)* bump the all-actions-version-updates group with 2 updates ([maplibre#62](maplibre#62)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 56eaeaa commit 1b17bd0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/maplibre/maplibre-native-rs/compare/v0.1.2...v0.2.0) - 2025-09-23
11+
12+
### Fixed
13+
14+
- *(api)* clearer style rendering semantics ([#63](https://github.com/maplibre/maplibre-native-rs/pull/63))
15+
16+
### Other
17+
18+
- *(deps)* bump the all-actions-version-updates group with 2 updates ([#62](https://github.com/maplibre/maplibre-native-rs/pull/62))
19+
1020
## [0.1.2](https://github.com/maplibre/maplibre-native-rs/compare/v0.1.1...v0.1.2) - 2025-09-18
1121

1222
### Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "maplibre_native"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "Rust bindings to the MapLibre Native map rendering engine"
55
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
66
repository = "https://github.com/maplibre/maplibre-native-rs"
@@ -56,7 +56,7 @@ cxx = "1.0.138"
5656
cxx-build = "1.0.138"
5757
downloader = "0.2.8"
5858
flate2 = "1.1.1"
59-
maplibre_native = { path = ".", version = "0.1.2" }
59+
maplibre_native = { path = ".", version = "0.2.0" }
6060
tar = "0.4.44"
6161
walkdir = "2.5.0"
6262

0 commit comments

Comments
 (0)