Skip to content

Commit 9b4c281

Browse files
committed
0.1.5
1 parent ba65c91 commit 9b4c281

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

4242
# 0.1.4
4343

44-
- Update dart sdk to >=2.13.0 <=3.3.1
44+
- Update dart sdk to >=2.13.0 <=3.3.1
45+
46+
# 0.1.5
47+
- Update dart sdk to >=2.13.0 <=3.3.3

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

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

99
dependencies:
1010
collection: ^1.16.0

0 commit comments

Comments
 (0)