Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2023-10-26)

### Bug Fixes

* semantic-release-replace-plugin renamed ([d326d13](d326d13))

### Features

* update rust version to 1.72.0 ([31997ab](31997ab))
  • Loading branch information
semantic-release-bot committed Oct 26, 2023
1 parent d326d13 commit aa2e4e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.0"
version = "1.2.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.1.0"
mvt-reader = "1.2.0"
```

Then, you can import and use the library in your code:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! ```toml
//! [dependencies]
//! mvt-reader = "1.1.0"
//! mvt-reader = "1.2.0"
//! ```
//!
//! Then, you can import and use the library in your code:
Expand Down

0 comments on commit aa2e4e0

Please sign in to comment.