diff --git a/CHANGELOG.md b/CHANGELOG.md index b07eaae..b3dd83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 * repair `elastic_out` function diff --git a/Cargo.toml b/Cargo.toml index 77d7130..abf8f3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-easing" -version = "1.0.1" +version = "1.0.2" description = "Set of simple easing functions" edition = "2024" repository = "https://gitlab.com/chpio/simple-easing"