Skip to content

Commit

Permalink
release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junkdog committed Dec 7, 2024
1 parent 755198c commit 2de5e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

## tachyonfx 0.10.0 - 2024-12-07
### Added
- `fx::dissolve_to()`: dissolves both the characters and style over the specified duration.
- `fx::coallesce_from()`: reforms both the characters and style over the specified duration.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ transformations, animations, and complex effect combinations.
Add tachyonfx to your `Cargo.toml`:

```toml
tachyonfx = "0.9.3"
tachyonfx = "0.10.0"
```

## Core Concepts
Expand Down

0 comments on commit 2de5e85

Please sign in to comment.