From 5b41a3cee5a4e737791ff39a62a683c5d34d7895 Mon Sep 17 00:00:00 2001 From: Matt Riggott Date: Sun, 11 Dec 2022 10:35:28 +0000 Subject: [PATCH] Release version 0.5.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 083c1ee..f9a4f6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Development version +## v0.5.0 (2022-12-11) - Rasterize SVGs in parallel - Add tutorial and benchmarks to README diff --git a/Cargo.lock b/Cargo.lock index 2aad768..bc477b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1101,7 +1101,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "spreet" -version = "0.5.0-dev" +version = "0.5.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index a4db6df..1e08aae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spreet" -version = "0.5.0-dev" +version = "0.5.0" edition = "2021" description = "Create a spritesheet from a set of SVG images" repository = "https://github.com/flother/spreet"