Skip to content

Commit ece295a

Browse files
Release 0.1.2
1 parent ad6bb00 commit ece295a

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "resvg_py"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -14,3 +14,7 @@ base64 = "0.22.0"
1414
pyo3 = "0.21.1"
1515
resvg = { version = "0.41.0", features = ["raster-images","text"] }
1616
svgtypes = "0.15.0"
17+
18+
[profile.release]
19+
lto = "fat"
20+
opt-level = 3

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
project = "resvg_py"
1111
author = "baseplate-admin"
1212
copyright = f"2024-{datetime.date.today().year}, {author}"
13-
release = "0.1.1"
13+
release = "0.1.2"
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "resvg-py"
3-
version = "0.0.1"
3+
version = "0.1.2"
44
description = ""
55
authors = ["baseplate-admin <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)