Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Apr 17, 2024
1 parent 9b4c281 commit 7489cd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ Add `toCsv` method. Improve method documentation. Remove the rather pointless `s
- Update dart sdk to >=2.13.0 <=3.3.1

# 0.1.5
- Update dart sdk to >=2.13.0 <=3.3.3

- Update dart sdk to >=2.13.0 <=3.3.3

# 0.1.6

- Update dart sdk to >=2.13.0 <4.0.0
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: koala
description: A poor man's version of a pandas Dataframe. Collect, access & manipulate related data.
repository: https://github.com/w2sv/koala
version: 0.1.5
version: 0.1.6

environment:
sdk: '>=2.13.0 <=3.3.3'
sdk: '>=2.13.0 <4.0.0'

dependencies:
collection: ^1.16.0
Expand Down

0 comments on commit 7489cd0

Please sign in to comment.