Skip to content

Commit ba65c91

Browse files
committed
0.1.4
1 parent 861a82e commit ba65c91

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ Add `toCsv` method. Improve method documentation. Remove the rather pointless `s
3737

3838
# 0.1.3
3939

40-
- Update dart sdk to >=2.13.0 <=3.3.0, csv to 6.0.0
40+
- Update dart sdk to >=2.13.0 <=3.3.0, csv to 6.0.0
41+
42+
# 0.1.4
43+
44+
- Update dart sdk to >=2.13.0 <=3.3.1

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: koala
22
description: A poor man's version of a pandas Dataframe. Collect, access & manipulate related data.
33
repository: https://github.com/w2sv/koala
4-
version: 0.1.3
4+
version: 0.1.4
55

66
environment:
7-
sdk: '>=2.13.0 <=3.3.0'
7+
sdk: '>=2.13.0 <=3.3.1'
88

99
dependencies:
1010
collection: ^1.16.0

0 commit comments

Comments
 (0)