Skip to content

Commit

Permalink
update news and version (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeffebach authored Jan 23, 2023
1 parent fdf0df4 commit da11209
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 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))
* Fix a bug which created `UndefVarErrors` with broadcasted functions. ([#346](https://github.com/JuliaData/DataFramesMeta.jl/pull/346))
* Fixed bad use of `sortperm` with correct use of `ordinalrank` from StatsBase.jl in tutorial ([#338](https://github.com/JuliaData/DataFramesMeta.jl/pull/338))
* Minor documentation fixes ([#345](https://github.com/JuliaData/DataFramesMeta.jl/pull/345))

# DataFramesMeta v0.12.0 Release notes
* Add support for Chain.jl version 0.5, and remove support for Chain.jl 0.4. In Chain.jl 0.4, the command

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.12.0"
version = "0.13.0"

[deps]
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
Expand Down

2 comments on commit da11209

@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/76227

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.13.0 -m "<description of version>" da112094a0881333b8cff9a5a5cfe2781b0f217a
git push origin v0.13.0

Please sign in to comment.