Skip to content

Commit

Permalink
Minor release 1.1.0
Browse files Browse the repository at this point in the history
- Tables.jl support while maintaining backward compatibility (PR #63)
- Updated performance benchmark vs. python/pandas and ReadStat
  • Loading branch information
tk3369 authored Jan 2, 2020
1 parent ebb35b2 commit 9da40e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SASLib"
uuid = "df8f2f22-cfef-5733-af3f-96770d497d85"
authors = ["Tom Kwong <tk3369@gmail.com>"]
version = "1.0.0"
version = "1.1.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

2 comments on commit 9da40e6

@tk3369
Copy link
Owner Author

@tk3369 tk3369 commented on 9da40e6 Jan 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/7456

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.0 -m "<description of version>" 9da40e67d0a8b07b55be2b69210deca4fdd6ae5b
git push origin v1.1.0

Please sign in to comment.