From bfe0c88474e1b318c8bb22fd8b4ab07f21034047 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Mon, 1 Jul 2024 20:22:39 +0200 Subject: [PATCH] update changelog, push v0.4.6 --- changelog.org | 2 ++ datamancer.nimble | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.org b/changelog.org index 9bc1007..edd6fdb 100644 --- a/changelog.org +++ b/changelog.org @@ -1,3 +1,5 @@ +* v0.4.6 +- prepare Datamancer for ~-d:nimPreviewHashFarm~ * 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. diff --git a/datamancer.nimble b/datamancer.nimble index 7e8c3f0..28c0d39 100644 --- a/datamancer.nimble +++ b/datamancer.nimble @@ -1,6 +1,6 @@ # Package -version = "0.4.5" +version = "0.4.6" author = "Vindaar" description = "A dataframe library with a dplyr like API" license = "MIT"