Skip to content

Commit bed917d

Browse files
authored
Bump Chain.jl compat (#391)
* update chain compat * version bump * allow chain 0.5 as well
1 parent f1f7db7 commit bed917d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# DataFramesMeta v0.15.2 Release notes
2+
* Bumped the Chain.jl compat entry in the Project.toml ([#382](https://github.com/JuliaData/DataFramesMeta.jl/pull/391))
3+
14
# DataFramesMeta v0.15.1 Release notes
25

36
* 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))

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DataFramesMeta"
22
uuid = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
3-
version = "0.15.1"
3+
version = "0.15.2"
44

55
[deps]
66
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
@@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1111
TableMetadataTools = "9ce81f87-eacc-4366-bf80-b621a3098ee2"
1212

1313
[compat]
14-
Chain = "0.5"
14+
Chain = "0.5, 0.6"
1515
DataFrames = "1"
1616
MacroTools = "0.5"
1717
OrderedCollections = "1"

0 commit comments

Comments
 (0)