Skip to content

Commit 3ff821b

Browse files
chore(release): 2.0.0-alpha.1 [skip ci]
# [2.0.0-alpha.1](v1.8.0-alpha.2...v2.0.0-alpha.1) (2025-02-25) ### Features * **docs:** update feature description ([d1430c9](d1430c9)) ### BREAKING CHANGES * **docs:** previous commits contain a breaking behavior for the next release, because properties are now an enum Value instead of string types
1 parent d1430c9 commit 3ff821b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 = "1.8.0-alpha.2"
3+
version = "2.0.0-alpha.1"
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
@@ -41,7 +41,7 @@ To use the `mvt-reader` library in your Rust project, add the following to your
4141

4242
```toml
4343
[dependencies]
44-
mvt-reader = "1.8.0-alpha.2"
44+
mvt-reader = "2.0.0-alpha.1"
4545
```
4646

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

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//!
1111
//! ```toml
1212
//! [dependencies]
13-
//! mvt-reader = "1.8.0-alpha.2"
13+
//! mvt-reader = "2.0.0-alpha.1"
1414
//! ```
1515
//!
1616
//! Then, you can import and use the library in your code:
@@ -50,7 +50,7 @@
5050
//!
5151
//! ```toml
5252
//! [dependencies.mvt-reader]
53-
//! version = "1.8.0-alpha.2"
53+
//! version = "2.0.0-alpha.1"
5454
//! features = ["wasm"]
5555
//! ```
5656
//!

0 commit comments

Comments
 (0)