Skip to content

Commit

Permalink
Add news.md for v0.14.0 release (#359)
Browse files Browse the repository at this point in the history
* add news.md

* bump version number
  • Loading branch information
pdeffebach authored Apr 9, 2023
1 parent 04e462e commit b15eb24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

2 comments on commit b15eb24

@pdeffebach
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/81289

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.14.0 -m "<description of version>" b15eb24c8ebce0e6be0a749ff3ea02616b6700e6
git push origin v0.14.0

Please sign in to comment.