Skip to content

Commit 98410ef

Browse files
chore(release): 2.3.0-alpha.3 [skip ci]
# [2.3.0-alpha.3](v2.3.0-alpha.2...v2.3.0-alpha.3) (2026-03-01) ### Features * add get_feature_as for i32 and i16 support ([ae59cfd](ae59cfd)), closes [#578](#578)
1 parent 1568f35 commit 98410ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mvt-reader"
3-
version = "2.3.0-alpha.2"
3+
version = "2.3.0-alpha.3"
44
description = "A library for decoding and reading mapbox vector tiles in Rust and WebAssembly"
55
authors = ["Paul Lange <paul.lange@data-experts.de>"]
66
repository = "https://github.com/codeart1st/mvt-reader"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To use the `mvt-reader` library in your Rust project, add the following to your
4242

4343
```toml
4444
[dependencies]
45-
mvt-reader = "2.3.0-alpha.2"
45+
mvt-reader = "2.3.0-alpha.3"
4646
```
4747

4848
Then, you can import and use the library in your code:

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//!
1111
//! ```toml
1212
//! [dependencies]
13-
//! mvt-reader = "2.3.0-alpha.2"
13+
//! mvt-reader = "2.3.0-alpha.3"
1414
//! ```
1515
//!
1616
//! Then, you can import and use the library in your code:
@@ -51,14 +51,14 @@
5151
//!
5252
//! ```toml
5353
//! [dependencies]
54-
//! mvt-reader = { version = "2.3.0-alpha.2", features = ["wasm"] }
54+
//! mvt-reader = { version = "2.3.0-alpha.3", features = ["wasm"] }
5555
//! ```
5656
//!
5757
//! To enable the `protoc` feature, add the following to your `Cargo.toml` file:
5858
//!
5959
//! ```toml
6060
//! [dependencies]
61-
//! mvt-reader = { version = "2.3.0-alpha.2", features = ["protoc"] }
61+
//! mvt-reader = { version = "2.3.0-alpha.3", features = ["protoc"] }
6262
//! ```
6363
//!
6464
//! # License

0 commit comments

Comments
 (0)