Skip to content

Commit

Permalink
0.12.0 release (#299)
Browse files Browse the repository at this point in the history
* Prepare for new release

* Update changelog

* Fixed header level in a few places

---------

Co-authored-by: Thorbjørn Lindeijer <[email protected]>
  • Loading branch information
aleokdev and bjorn authored Jun 14, 2024
1 parent fa05968 commit a0bc45f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ 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 (next)]
## [0.12.0]
### Added
- Add `text`, `width` and `height` members to `ObjectShape::Text`. (#278)
- Implement `ResourceReader` for appropiate functions. (#272) **Read the README's FAQ for more information about this change.**
- Support for custom type properties. (#283)

### Changed
- Underlying reader for maps now uses a BufReader, which should give a large performance boost. (#286)
- Update `base64` to `0.22.1`.
- Update `libflate` to `2.1.0`.
- Update `zstd` to `0.13.1`.
- Update `base64` to `0.22.1`. (#294)
- Update `libflate` to `2.1.0`. (#294)
- Update `zstd` to `0.13.1`. (#294)

## Fixed
### Fixed
- `ObjectShape::Text::kerning`'s default value, which should have been set to `true` instead of `false`. (#278)
- Unhandled u32 parsing panic in `decode_csv`. (#288)
- Panic in `<Color as FromStr>::from_str` when parsing non-ascii input. (#290)
Expand All @@ -26,11 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Divide by zero when parsing a tileset with height/width dimension of 0. (#292)

## [0.11.3]
## Changed
### Changed
- Replace `libflate` with `flate2`. (#281)

## [0.11.2]
## Changed
### Changed
- Updated `Image` docs. (#270)
- Update `libflate` dependency to `2.0.0`. (#279)
- Fix some doc links. (#273)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tiled"
version = "0.11.3"
version = "0.12.0"
description = "A rust crate for loading maps created by the Tiled editor"
categories = ["game-development"]
keywords = ["gamedev", "tiled", "tmx", "map"]
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.2"
tiled = "0.12.0"
```

[![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 a0bc45f

Please sign in to comment.