chore: bump ver for new feat
This commit is contained in:
parent
37ef12f5c7
commit
2f0104ed0b
3 changed files with 4 additions and 3 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -190,7 +190,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|||
|
||||
[[package]]
|
||||
name = "luciders"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"resvg",
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "luciders"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
|
|
Loading…
Reference in a new issue