From 0d18c2db5a5bc3978df4fc6c1d549853768a4ad5 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Mon, 17 Jun 2024 17:07:01 +0200 Subject: [PATCH] update changelog, push v0.4.5 --- changelog.org | 3 +++ datamancer.nimble | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.org b/changelog.org index 29e8c09..9bc1007 100644 --- a/changelog.org +++ b/changelog.org @@ -1,3 +1,6 @@ +* v0.4.5 +- fix an issue in ~arrange~, which could lead to calls with more than + 2 columns to result in bad sorting from the 3rd column on. * v0.4.4 - remove ~toHashSet~ from Datamancer, as it is now part of Arraymancer directly * v0.4.3 diff --git a/datamancer.nimble b/datamancer.nimble index 33de04e..790a199 100644 --- a/datamancer.nimble +++ b/datamancer.nimble @@ -1,6 +1,6 @@ # Package -version = "0.4.4" +version = "0.4.5" author = "Vindaar" description = "A dataframe library with a dplyr like API" license = "MIT"