diff --git a/NEWS.md b/NEWS.md index 8cd7b4fd..2063222d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# DataFramesMeta v0.14.0 Release notes + +* Add the `@rename` macro for renaming columns in keyword argument-like syntax. ([#343](https://github.com/JuliaData/DataFramesMeta.jl/pull/343)) +* Fix a bug relating to `^` for escaping symbols ([#347](https://github.com/JuliaData/DataFramesMeta.jl/pull/347)) +* Fix typos in documentation ([#355](https://github.com/JuliaData/DataFramesMeta.jl/pull/355)) + # DataFramesMeta v0.13.0 Release notes * Add the `@distinct` and `@rdistinct` macros, for getting unique observations of a data frame. ([#340](https://github.com/JuliaData/DataFramesMeta.jl/pull/340)) diff --git a/Project.toml b/Project.toml index 49477aed..f5b09a67 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DataFramesMeta" uuid = "1313f7d8-7da2-5740-9ea0-a2ca25f37964" -version = "0.13.0" +version = "0.14.0" [deps] Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"