Skip to content

Commit

Permalink
eagerly load FileIO (#262)
Browse files Browse the repository at this point in the history
* eagerly load FileIO

* UnicodePlots v2.12.1
  • Loading branch information
johnnychen94 authored May 27, 2022
1 parent c385dee commit d7343f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "b8865327-cd53-5732-bb35-84acbb429228"
license = "MIT"
desc = "Unicode-based scientific plotting for working in the terminal"
authors = ["Christof Stocker <[email protected]>", "T Bltg <[email protected]>"]
version = "2.12.0"
version = "2.12.1"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down
2 changes: 1 addition & 1 deletion src/UnicodePlots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Contour

@lazy import FreeTypeAbstraction = "663a7486-cb36-511b-a19d-713bb74d65c9"
import ColorTypes
@lazy import FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
import FileIO

export GraphicsArea,
Canvas,
Expand Down

2 comments on commit d7343f9

@johnnychen94
Copy link
Collaborator Author

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/61160

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.12.1 -m "<description of version>" d7343f965194248a60d66a63fc52b56da97c7dc5
git push origin v2.12.1

Please sign in to comment.