From 377d748bbcb7d3bf090f7be98c4641aa751cbe2f Mon Sep 17 00:00:00 2001 From: Alejandro Perea <alexpro820@gmail.com> Date: Tue, 8 Mar 2022 20:11:15 +0100 Subject: [PATCH] Update version to 0.10.0 (#190) * Update version to 0.10.0, add include table * Address PR comments --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8810767..ba1ea3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [package] - name = "tiled" -version = "0.9.5" +version = "0.10.0" description = "A rust crate for loading maps created by the Tiled editor" categories = ["game-development"] keywords = ["gamedev", "tiled", "tmx", "map"] @@ -10,6 +9,7 @@ readme = "README.md" license = "MIT" authors = ["Matthew Hall <matthew@quickbeam.me.uk>"] edition = "2018" +include = ["src/**/*.rs", "README.md", "LICENSE", "CHANGELOG.md"] [features] default = ["zstd"] -- GitLab