Skip to content

Commit a0fb19f

Browse files
authored
update news.md and project.toml (#368)
1 parent 1fd3c1a commit a0fb19f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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.14.1 Release notes
2+
* Fixed a bug where `ByRow` was not properly identified if DataFramesMeta.jl was `import`ed ([#366](https://github.com/JuliaData/DataFramesMeta.jl/pull/366))
3+
14
# DataFramesMeta v0.14.0 Release notes
25

36
* Add the `@rename` macro for renaming columns in keyword argument-like syntax. ([#343](https://github.com/JuliaData/DataFramesMeta.jl/pull/343))

Project.toml

Lines changed: 1 addition & 1 deletion
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.14.0"
3+
version = "0.14.1"
44

55
[deps]
66
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"

0 commit comments

Comments
 (0)