Skip to content

Commit

Permalink
bump minor version to 0.12.0
Browse files Browse the repository at this point in the history
This update includes minor breaking changes to to how neighborhood buffers are rebuilt, and the type parameters of `Neighborhoord`.
  • Loading branch information
rafaqz authored Nov 11, 2020
1 parent c3e7d2b commit 8616c0c
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 = "DynamicGrids"
uuid = "a5dba43e-3abc-5203-bfc5-584ca68d3f5b"
authors = ["Rafael Schouten <[email protected]>"]
version = "0.11.0"
version = "0.12.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down

2 comments on commit 8616c0c

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on 8616c0c Nov 11, 2020

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

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.12.0 -m "<description of version>" 8616c0c8a54832328f0d195d3d0ebc9625cf0b46
git push origin v0.12.0

Please sign in to comment.