Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2024-12-14)

### Features

* replace std::error with core::error ([fcff124](fcff124))
* upgrade to rust version 1.81.0 ([221ad83](221ad83))
  • Loading branch information
semantic-release-bot committed Dec 14, 2024
1 parent 12aa11d commit c4dfe27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mvt-reader"
version = "1.5.0"
version = "1.6.0"
description = "A library for decoding and reading mapbox vector tiles in Rust and WebAssembly"
authors = ["Paul Lange <[email protected]>"]
repository = "https://github.com/codeart1st/mvt-reader"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To use the `mvt-reader` library in your Rust project, add the following to your

```toml
[dependencies]
mvt-reader = "1.5.0"
mvt-reader = "1.6.0"
```

Then, you can import and use the library in your code:
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! ```toml
//! [dependencies]
//! mvt-reader = "1.5.0"
//! mvt-reader = "1.6.0"
//! ```
//!
//! Then, you can import and use the library in your code:
Expand Down Expand Up @@ -50,7 +50,7 @@
//!
//! ```toml
//! [dependencies.mvt-reader]
//! version = "1.5.0"
//! version = "1.6.0"
//! features = ["wasm"]
//! ```
//!
Expand Down

0 comments on commit c4dfe27

Please sign in to comment.