Skip to content

Commit a725675

Browse files
authored
Merge branch 'TidierOrg:main' into main
2 parents bf732f9 + 2247fa2 commit a725675

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.8'
21+
- '1.9'
2222
- 'nightly'
2323
os:
2424
- ubuntu-latest

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# TidierData.jl updates
22

3+
## v0.15.2 - 2024-04-19
4+
- Update Chain.jl dependency version
5+
36
## v0.15.1 - 2024-03-08
47
- Bugfix: `n()` pulls a single value and not a vector of values
58
- `rand()` is no longer auto-vectorized

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TidierData"
22
uuid = "fe2206b3-d496-4ee9-a338-6a095c4ece80"
33
authors = ["Karandeep Singh"]
4-
version = "0.15.1"
4+
version = "0.15.2"
55

66
[deps]
77
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"

0 commit comments

Comments
 (0)