Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Oct 23, 2024
1 parent 846fbab commit 4497b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [0.10.0] - 2024-10-23

- **breaking**: Removed the mutable reference of self in `new` constructor for Transform2D
- Implemented arithmetic operations for `Transform2D`
- Completed and improved documentation
- **breaking**: Removed methods `multipy` from `Transform2D`, since arithmetic operations are defined for `Transform2D` now.
- **breaking**: Renamed `Transform2D` methods `inversed` to `inverse` and `inverse` to `invert`.
- **breaking**: Renamed `Transform2D` constructor `new_translation` to `translation` and added new constructors `rotation` and `scaling`.
- Reimplemented `Transform2D` transformation functions (`translate`, `rotate`, `scale`, `skew_x`, `skew_y`) to do what they are supposed to.
- **breaking**: glow dependency bumped.

## [0.9.2] - 2024-06-27

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "femtovg"
description = "Antialiased 2D vector drawing library"
version = "0.9.2"
version = "0.10.0"
license = "MIT/Apache-2.0"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 4497b97

Please sign in to comment.