Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
Since we changed the `make_periodic` API, this is technically a breaking change. Julia devs suggest bumping minor version for breaking changes.

https://discourse.julialang.org/t/psa-if-your-packages-version-is-of-the-form-0-y-z-please-do-not-bump-the-minor-version-for-new-features/46570
  • Loading branch information
jlchan committed Jun 23, 2021
1 parent 774e35e commit 60e441b
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
@@ -1,7 +1,7 @@
name = "StartUpDG"
uuid = "472ebc20-7c99-4d4b-9470-8fde4e9faa0f"
authors = ["Jesse Chan", "Yimin Lin"]
version = "0.7.0"
version = "0.8.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ StartUpDG = "472ebc20-7c99-4d4b-9470-8fde4e9faa0f"
[compat]
Documenter = "0.25,0.26"
DocumenterTools = "0.1"
StartUpDG = "0.3,0.4,0.5,0.6,0.7"
StartUpDG = "0.3,0.4,0.5,0.6,0.7,0.8"

2 comments on commit 60e441b

@jlchan
Copy link
Owner Author

@jlchan jlchan commented on 60e441b Jun 23, 2021

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

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.8.0 -m "<description of version>" 60e441bf246941d42533b0005e5d8426633aeec5
git push origin v0.8.0

Please sign in to comment.