Skip to content

Commit 7489cd0

Browse files
committed
0.1.6
1 parent 9b4c281 commit 7489cd0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,9 @@ Add `toCsv` method. Improve method documentation. Remove the rather pointless `s
4444
- Update dart sdk to >=2.13.0 <=3.3.1
4545

4646
# 0.1.5
47-
- Update dart sdk to >=2.13.0 <=3.3.3
47+
48+
- Update dart sdk to >=2.13.0 <=3.3.3
49+
50+
# 0.1.6
51+
52+
- Update dart sdk to >=2.13.0 <4.0.0

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.5
4+
version: 0.1.6
55

66
environment:
7-
sdk: '>=2.13.0 <=3.3.3'
7+
sdk: '>=2.13.0 <4.0.0'
88

99
dependencies:
1010
collection: ^1.16.0

0 commit comments

Comments
 (0)