Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #119 from hadronized/release/4.4
Browse files Browse the repository at this point in the history
Prepare v4.4.0.
  • Loading branch information
hadronized authored Oct 28, 2024
2 parents 23d3560 + 8db2904 commit ba8ef9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 47 deletions.
52 changes: 6 additions & 46 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,9 @@
# Changelog

* [4.3.2](#432-yanked)
* [4.3.1](#431)
* [4.3](#43)
* [4.2](#42)
* [4.1.1](#411)
* [4.1](#41)
* [4.0.3](#403)
* [4.0.2](#402)
* [4.0.1](#401)
* [4.0](#40)
* [Major changes](#major-changes)
* [Patch changes](#patch-changes)
* [3.5.4](#354)
* [3.5.3](#353)
* [3.5.2](#352)
* [3.5.1](#351)
* [3.5](#35)
* [3.4.2](#342)
* [3.4.1](#341)
* [3.4](#34)
* [3.3](#33)
* [3.2](#32)
* [3.1](#31)
* [3.0](#30)
* [Major changes](#major-changes-1)
* [Patch changes](#patch-changes-1)
* [2.2](#22)
* [2.1.1](#211)
* [2.1](#21)
* [2.0.1](#201)
* [2.0](#20)
* [Major changes](#major-changes-2)
* [Minor changes](#minor-changes)
* [1.0](#10)
* [Major changes](#major-changes-3)
* [Minor changes](#minor-changes-1)
* [Patch changes](#patch-changes-2)
* [0.2.3](#023)
* [0.2.2](#022)
* [0.2.1](#021)
* [0.2](#02)
* [0.1.1](#011)
* [0.1](#01)
# 4.4.0

> Oct 29, 2024
- fix: f64 glam interpolation support [d9a5b30](https://github.com/hadronized/splines/commit/d9a5b30)
- Dependencies versions bumps.

# ~4.3.2~ yanked

Expand All @@ -54,7 +15,6 @@
- Switch from holding keys in `Vec` into `VecDeque`. [1b4fe44](https://github.com/hadronized/splines/commit/1b4fe44)


# 4.3.1

> Nov 22, 2023
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "splines"
version = "4.3.2-dev"
version = "4.4.0"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <[email protected]>"]
description = "Spline interpolation made easy"
Expand Down

0 comments on commit ba8ef9a

Please sign in to comment.