Skip to content

Commit

Permalink
Maintain support for Julia v1.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-laforge committed Jul 26, 2020
1 parent e286f39 commit d59cc5e
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
Expand Up @@ -19,9 +19,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
test = ["Test", "Random"]

[compat]
Graphics = "1.0"
Graphics = "0.4, 1.0"
Colors = "0.12"
NumericIO = "0.3.1"
Cairo = "1.0"
Gtk = "1.0"
Cairo = "0.6, 1.0"
Gtk = "0.18, 1.0"
julia = "1"

2 comments on commit d59cc5e

@ma-laforge
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 register

Release notes:

Add new feature: layout editor mode.

Also:
Add new menus: [Toggle legend], [Layout adjust mode].
Break up documentation into files.
Clean up code a bit.

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

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

Please sign in to comment.