We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf732f9 + 2247fa2 commit a725675Copy full SHA for a725675
.github/workflows/CI.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
version:
21
- - '1.8'
+ - '1.9'
22
- 'nightly'
23
os:
24
- ubuntu-latest
NEWS.md
@@ -1,5 +1,8 @@
1
# TidierData.jl updates
2
3
+## v0.15.2 - 2024-04-19
4
+- Update Chain.jl dependency version
5
+
6
## v0.15.1 - 2024-03-08
7
- Bugfix: `n()` pulls a single value and not a vector of values
8
- `rand()` is no longer auto-vectorized
Project.toml
@@ -1,7 +1,7 @@
name = "TidierData"
uuid = "fe2206b3-d496-4ee9-a338-6a095c4ece80"
authors = ["Karandeep Singh"]
-version = "0.15.1"
+version = "0.15.2"
[deps]
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
0 commit comments