Skip to content

Commit

Permalink
🔖 Version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Feb 17, 2020
1 parent ad4178a commit d8a50c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Expand Up @@ -3,15 +3,15 @@ uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
license = "MIT"
desc = "Print data in formatted tables"
authors = ["Ronan Arraes Jardim Chagas <ronisbr@gmail.com>"]
version = "0.8.2"
version = "0.8.3"

[compat]
julia = "1"
Crayons = "4.0"
Formatting = "0.4"
Parameters = "0.12"
Reexport = "0.2"
Tables = "0.2"
Tables = "0.2,1.0"

[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Expand Down

2 comments on commit d8a50c1

@ronisbr
Copy link
Owner

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

Release notes:

  • The method pretty_table(String, ...) can be used to return the printed table as a string. Furthermore, all the tests were modified to use this function instead of sprint. (Issue Getting the output as a string #29)

@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/9631

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 v0.8.3 -m "<description of version>" d8a50c14d1c1d0b13dbd9e0456f39df3592f7310
git push origin v0.8.3

Please sign in to comment.