Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Apr 15, 2024
1 parent ba65c91 commit 9b4c281
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ Add `toCsv` method. Improve method documentation. Remove the rather pointless `s

# 0.1.4

- Update dart sdk to >=2.13.0 <=3.3.1
- Update dart sdk to >=2.13.0 <=3.3.1

# 0.1.5
- Update dart sdk to >=2.13.0 <=3.3.3
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.4
version: 0.1.5

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

dependencies:
collection: ^1.16.0
Expand Down

0 comments on commit 9b4c281

Please sign in to comment.