Skip to content

Commit

Permalink
bumped version, added news
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 committed Dec 22, 2023
1 parent 0b3e1e0 commit 1bb4921
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# TidierData.jl updates

## v0.14.3 - 2023-12-22
- Adds support for interpolation and tidy selection in `@fill_missing`
- Fixes tidy selection in `@separate_rows()`

## v0.14.2 - 2023-12-21
- `@slice()` now supports interpolation and user-defined functions
- Adds `where()`
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TidierData"
uuid = "fe2206b3-d496-4ee9-a338-6a095c4ece80"
authors = ["Karandeep Singh"]
version = "0.14.2"
version = "0.14.3"

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

0 comments on commit 1bb4921

Please sign in to comment.