Skip to content

Commit

Permalink
Bump up version: 0.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-laforge committed Aug 4, 2020
1 parent 249c98e commit a5dc6b0
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,6 +1,6 @@
name = "InspectDR"
uuid = "d0351b0e-4b05-5898-87b3-e2a8edfddd1d"
version = "0.3.8"
version = "0.3.9"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down

2 comments on commit a5dc6b0

@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 support for strip labels.

Also:
Provide means to hide x-axis control widgets: Hidden by default.
Improve layouts/styleshees and how labels are drawn.
Draw text using pango (better support for fonts/unicode).
Tweak how exponents are displayed.
Improve documentation.

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

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.9 -m "<description of version>" a5dc6b05bd9b6bd408dbc9e3b896106ca3f8b9e4
git push origin v0.3.9

Please sign in to comment.