chore: bump ver for new feat

This commit is contained in:
Compositr 2024-11-04 22:00:48 +11:00
parent 37ef12f5c7
commit 2f0104ed0b
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,8 @@
# 1.0.1 / 2024-11-04
# 1.1.0 / 2024-11-04
- Remove version information from headers
- Remove unneeded dependency indoc
- As a result, Dockerfile no longer requires musl-dev libraries
- Added `backwards_compatibility` option for compatibility with the old 80x80 image size
# 1.0.0 / 2024-11-03
- Added multithreading support

2
Cargo.lock generated
View file

@ -190,7 +190,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "luciders"
version = "1.0.1"
version = "1.1.0"
dependencies = [
"resvg",
]

View file

@ -1,6 +1,6 @@
[package]
name = "luciders"
version = "1.0.1"
version = "1.1.0"
edition = "2021"
license = "AGPL-3.0-only"