Skip to content

Commit

Permalink
Merge #25
Browse files Browse the repository at this point in the history
25: Bump version r=charleskawczynski a=charleskawczynski

Bumping for release. Bumping the minor version since, based on [this post](https://discourse.julialang.org/t/please-be-mindful-of-version-bounds-and-semantic-versioning-when-tagging-your-packages/30708), there are breaking changes (`dispatch` is no longer exported).

Co-authored-by: Charles Kawczynski <[email protected]>
  • Loading branch information
bors[bot] and charleskawczynski authored Mar 18, 2021
2 parents c4de321 + 36d6db4 commit dae8244
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,7 +1,7 @@
name = "DispatchedTuples"
uuid = "508c55e1-51b4-41fd-a5ca-7eb0327d070d"
authors = ["Charles Kawczynski <[email protected]>"]
version = "0.1.5"
version = "0.2.0"

[compat]
julia = "1.5"

2 comments on commit dae8244

@charleskawczynski
Copy link
Owner

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

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

Please sign in to comment.