Skip to content

Commit 458824e

Browse files
chore(release): 2.3.0-alpha.2 [skip ci]
# [2.3.0-alpha.2](v2.3.0-alpha.1...v2.3.0-alpha.2) (2026-02-23) ### Bug Fixes * trigger alpha release again ([c296524](c296524))
1 parent c296524 commit 458824e

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.1"
3+
version = "2.3.0-alpha.2"
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.1"
45+
mvt-reader = "2.3.0-alpha.2"
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.1"
13+
//! mvt-reader = "2.3.0-alpha.2"
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.1", features = ["wasm"] }
54+
//! mvt-reader = { version = "2.3.0-alpha.2", 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.1", features = ["protoc"] }
61+
//! mvt-reader = { version = "2.3.0-alpha.2", features = ["protoc"] }
6262
//! ```
6363
//!
6464
//! # License

0 commit comments

Comments
 (0)