We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba65c91 commit 9b4c281Copy full SHA for 9b4c281
CHANGELOG.md
@@ -41,4 +41,7 @@ Add `toCsv` method. Improve method documentation. Remove the rather pointless `s
41
42
# 0.1.4
43
44
-- Update dart sdk to >=2.13.0 <=3.3.1
+- 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
@@ -1,10 +1,10 @@
1
name: koala
2
description: A poor man's version of a pandas Dataframe. Collect, access & manipulate related data.
3
repository: https://github.com/w2sv/koala
4
-version: 0.1.4
+version: 0.1.5
5
6
environment:
7
- sdk: '>=2.13.0 <=3.3.1'
+ sdk: '>=2.13.0 <=3.3.3'
8
9
dependencies:
10
collection: ^1.16.0
0 commit comments