Skip to content

Commit

Permalink
Bump [compat] and release 0.6.4 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Apr 17, 2020
1 parent f460e37 commit f2a7e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ProfileView"
uuid = "c46f51b8-102a-5cf2-8d2c-8597cb0e0da7"
author = ["Tim Holy <[email protected]>"]
version = "0.6.3"
version = "0.6.4"

[deps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Expand All @@ -19,13 +19,13 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
Cairo = "0.6, 0.8, 1"
Colors = "0.9, 0.10, 0.11"
Colors = "0.9, 0.10, 0.11, 0.12"
FileIO = "1"
FlameGraphs = "0.2"
Graphics = "0.4, 1"
Gtk = "0.18, 1"
GtkReactive = "0.7, 1"
IntervalSets = "0.2, 0.3"
IntervalSets = "0.2, 0.3, 0.4, 0.5"
JLD = "0.9"
julia = "1"

Expand Down

2 comments on commit f2a7e6d

@timholy
Copy link
Owner 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/13167

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

Please sign in to comment.