Skip to content

Commit f1dccaf

Browse files
committed
chore: Bump version to 0.4.0.10 and update cabal file to MIT license.
1 parent 43a91a8 commit f1dccaf

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision history for dataframe
22

3+
## 0.4.0.10
4+
* License in cabal was wrong.
5+
* Remove ollama-haskell dependencies.
6+
* readParquetFiles for reading globs.
7+
* Fixed printing of `neq` function.
8+
39
## 0.4.0.9
410
* Update license to MIT.
511

dataframe.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: dataframe
3-
version: 0.4.0.9
3+
version: 0.4.0.10
44

55
synopsis: A fast, safe, and intuitive DataFrame library.
66

0 commit comments

Comments
 (0)