We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861a82e commit ba65c91Copy full SHA for ba65c91
CHANGELOG.md
@@ -37,4 +37,8 @@ Add `toCsv` method. Improve method documentation. Remove the rather pointless `s
37
38
# 0.1.3
39
40
-- Update dart sdk to >=2.13.0 <=3.3.0, csv to 6.0.0
+- 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
@@ -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.3
+version: 0.1.4
5
6
environment:
7
- sdk: '>=2.13.0 <=3.3.0'
+ sdk: '>=2.13.0 <=3.3.1'
8
9
dependencies:
10
collection: ^1.16.0
0 commit comments