chore: bump version (v1.0.2)

This commit is contained in:
2026-02-15 12:57:34 +01:00
parent 5c81f35250
commit 8518ea1bd1
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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
+1 -1
View File
@@ -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"