chore: bump version (v1.0.2)
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.2
|
||||||
|
|
||||||
|
* use rust edition 2024
|
||||||
|
* make all functions inlinable
|
||||||
|
* add `#[must_use]` to all functions
|
||||||
|
* enable clippy lints and fix
|
||||||
|
|
||||||
## 1.0.1
|
## 1.0.1
|
||||||
|
|
||||||
* repair `elastic_out` function
|
* repair `elastic_out` function
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "simple-easing"
|
name = "simple-easing"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
description = "Set of simple easing functions"
|
description = "Set of simple easing functions"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
repository = "https://gitlab.com/chpio/simple-easing"
|
repository = "https://gitlab.com/chpio/simple-easing"
|
||||||
|
|||||||
Reference in New Issue
Block a user