From 8f215636244af9fd9e7a361de72f0c20d033ee65 Mon Sep 17 00:00:00 2001 From: Alejandro Perea Date: Wed, 13 Nov 2024 21:59:16 +0100 Subject: [PATCH] Update version (#315) --- CHANGELOG.md | 5 ++--- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b87bc..237872e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,11 @@ 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.13.0)] +## [0.13.0] ### Added -- Added a `source` member to `Tileset`, `Map` and `Template`, which stores the resource path they have been loaded from. +- Added a `source` member to `Tileset`, `Map` and `Template`, which stores the resource path they have been loaded from. (#303) - Add `hex_side_length` member to `Map`. (#313) -## [Unreleased (0.12.2)] ### Fixed - Fixed template instance size and position overrides in `ObjectData::shape`. (#309) diff --git a/Cargo.toml b/Cargo.toml index 2555d4b..d7ee648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiled" -version = "0.12.1" +version = "0.13.0" 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 5109e54..62fb65b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rs-tiled ```toml -tiled = "0.12.1" +tiled = "0.13.0" ``` [![Rust](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml/badge.svg)](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml)