From 5864f8f9c2a62e08a905499675df49aac6de9509 Mon Sep 17 00:00:00 2001 From: Alejandro Perea Date: Wed, 21 Aug 2024 10:30:40 +0200 Subject: [PATCH] Update version (#309) --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3295194..f7df560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.12.1] ### Changed - Improved documentation on `Map::layers` and `Map::get_layer`. (#306) - Extend lifetime of `Layer`s returned from `GroupLayer::get_layer` to the map's. (#307) diff --git a/Cargo.toml b/Cargo.toml index 524d75b..2555d4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiled" -version = "0.12.0" +version = "0.12.1" description = "A rust crate for loading maps created by the Tiled editor" categories = ["game-development"] keywords = ["gamedev", "tiled", "tmx", "map"] diff --git a/README.md b/README.md index 48a2848..e473b3d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rs-tiled ```toml -tiled = "0.12.0" +tiled = "0.12.1" ``` [![Rust](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml/badge.svg)](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml)