Skip to content

Commit

Permalink
Update version number to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flother committed Oct 8, 2023
1 parent 69dc970 commit a7d0f53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Development version
## v0.9.0 (2023-10-08)

- Support stretchable icons (see [#53](https://github.com/flother/spreet/issues/53))
- Make the CLI an optional (but default) feature ([#62](https://github.com/flother/spreet/pull/62)). This speeds up the build when using Spreet as a Rust library (see [README](README.md#using-spreet-as-a-rust-library))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spreet"
version = "0.9.0-dev"
version = "0.9.0"
edition = "2021"
rust-version = "1.63"
description = "Create a spritesheet from a set of SVG images"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Options:
The main purpose of Spreet is to be command-line tool, but you can also use it as a library in your own Rust code. To add Spreet as a dependency, include this in your `Cargo.toml`:

```toml
spreet = { version = "0.8.0", default-features = false }
spreet = { version = "0.9.0", default-features = false }
```

To learn how to build your spritesheets programatically, see the [Spreet crate docs on docs.rs](https://docs.rs/spreet) and have a [look at the spritesheet tests](https://github.com/flother/spreet/blob/master/tests/sprite.rs).
Expand Down

0 comments on commit a7d0f53

Please sign in to comment.