Skip to content

Commit 946c72a

Browse files
authored
Prepare for 1.8.2 release (#3530)
1 parent dcb91ca commit 946c72a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# DataFrames.jl v1.8.2 Release Notes
2+
3+
## Bug fixes
4+
5+
* Fix a column selection bug when transforming `SubDataFrame` with `copycols=false` ([#3503](https://github.com/JuliaData/DataFrames.jl/pull/3522))
6+
17
# DataFrames.jl v1.8.0 Release Notes
28

39
## Ecosystem compatibility changes

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DataFrames"
22
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
3-
version = "1.8.1"
3+
version = "1.8.2"
44

55
[deps]
66
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

0 commit comments

Comments
 (0)