Skip to content

Commit 0ecc7f3

Browse files
committed
version 0.9.30
1 parent a21215a commit 0ecc7f3

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## 🥚 ⟩ [Unreleased]
3+
<!-- ## 🥚 ⟩ [Unreleased] -->
4+
5+
## 📦 ⟩ [v0.9.30] ⟩ Jun 7, 2022
46

57
### New Features
68
- Enhacements to the shared **FontLibrary** object:
@@ -9,7 +11,6 @@
911
- Added pre-compiled binaries for Alpine Linux on arm64
1012

1113
### Bugfixes
12-
1314
- Calling `clip` with an empty path (or one that does not intersect the current clipping mask) will now prevent drawing altogether
1415
- Transformation (`translate`, `rotate`, etc.) and line-drawing methods (`moveTo`, `lineTo`, `ellipse`, etc.) are now silently ignored if called with `NaN`, `Infinity`, or non-**Number** values in the arguments rather than throwing an error
1516
- applies to both the Context and Path2D versions of the drawing methods
@@ -227,7 +228,8 @@
227228

228229
**Initial public release** 🎉
229230

230-
[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v0.9.29...HEAD
231+
[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v0.9.30...HEAD
232+
[v0.9.30]: https://github.com/samizdatco/skia-canvas/compare/v0.9.29...v0.9.30
231233
[v0.9.29]: https://github.com/samizdatco/skia-canvas/compare/v0.9.28...v0.9.29
232234
[v0.9.28]: https://github.com/samizdatco/skia-canvas/compare/v0.9.27...v0.9.28
233235
[v0.9.27]: https://github.com/samizdatco/skia-canvas/compare/v0.9.26...v0.9.27

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skia-canvas"
3-
version = "0.9.29"
3+
version = "0.9.30"
44
description = "A canvas environment for Node"
55
authors = ["Christian Swinehart <drafting@samizdat.co>"]
66
license = "MIT"

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skia-canvas",
3-
"version": "0.9.29",
3+
"version": "0.9.30",
44
"description": "A canvas environment for Node",
55
"author": "Christian Swinehart <drafting@samizdat.co>",
66
"license": "MIT",

0 commit comments

Comments
 (0)