Skip to content

Commit

Permalink
Update version & libflate dep to 2.0.0 (#279)
Browse files Browse the repository at this point in the history
* Update version & libflate dep to 2.0.0

* Update changelog
  • Loading branch information
aleokdev authored Oct 4, 2023
1 parent 68e9c7d commit 723f30e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.11.2]
## Changed
- Updated `Image` docs. (#270)
- Update `libflate` dependency to `2.0.0`. (#279)
- Fix some doc links. (#273)
- Update ggez example to 0.9.3.

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tiled"
version = "0.11.1"
version = "0.11.2"
description = "A rust crate for loading maps created by the Tiled editor"
categories = ["game-development"]
keywords = ["gamedev", "tiled", "tmx", "map"]
Expand Down Expand Up @@ -34,7 +34,7 @@ path = "examples/ggez/main.rs"
[dependencies]
base64 = "0.21.0"
xml-rs = "0.8.4"
libflate = "1.1.2"
libflate = "2.0.0"
zstd = { version = "0.12.0", optional = true, default-features = false }

[dev-dependencies.sfml]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rs-tiled
```toml
tiled = "0.11.1"
tiled = "0.11.2"
```

[![Rust](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml/badge.svg)](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml)
Expand Down

0 comments on commit 723f30e

Please sign in to comment.