From bed917dd2ec36b7ef50d472a5e0f0d30c4b5cb25 Mon Sep 17 00:00:00 2001 From: pdeffebach <23196228+pdeffebach@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:02:21 -0400 Subject: [PATCH] Bump Chain.jl compat (#391) * update chain compat * version bump * allow chain 0.5 as well --- NEWS.md | 3 +++ Project.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 652bf17..2bec205 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# DataFramesMeta v0.15.2 Release notes +* Bumped the Chain.jl compat entry in the Project.toml ([#382](https://github.com/JuliaData/DataFramesMeta.jl/pull/391)) + # DataFramesMeta v0.15.1 Release notes * Deleted an errant `print` statement introduced in [#382](https://github.com/JuliaData/DataFramesMeta.jl/pull/382) ([#389](https://github.com/JuliaData/DataFramesMeta.jl/pull/389)) diff --git a/Project.toml b/Project.toml index d5b68be..1899e45 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DataFramesMeta" uuid = "1313f7d8-7da2-5740-9ea0-a2ca25f37964" -version = "0.15.1" +version = "0.15.2" [deps] Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc" @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" TableMetadataTools = "9ce81f87-eacc-4366-bf80-b621a3098ee2" [compat] -Chain = "0.5" +Chain = "0.5, 0.6" DataFrames = "1" MacroTools = "0.5" OrderedCollections = "1"