Skip to content

Commit

Permalink
update changelog, push version v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Sep 28, 2022
1 parent 5d3d7e8 commit e711415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* v0.3.5
- fix reference semantics bugs for constant columns for =filter= calls
- fix issue with =gather= in files that do not import =sets= by
binding the =items= iterator in the scope
* v0.3.4
- fix issues with =toDf= if only single argument given (with and
without string names) not setting DF length / raising CT error
Expand Down
2 changes: 1 addition & 1 deletion datamancer.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.3.4"
version = "0.3.5"
author = "Vindaar"
description = "A dataframe library with a dplyr like API"
license = "MIT"
Expand Down

0 comments on commit e711415

Please sign in to comment.