Skip to content

Commit

Permalink
v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger authored Apr 7, 2022
1 parent ccc1184 commit b38f832
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 = "Unfold"
uuid = "181c99d8-e21b-4ff3-b70b-c233eddec679"
authors = ["Benedikt Ehinger <[email protected]>"]
version = "0.3.10"
version = "0.3.11"

[deps]
BSplines = "488c2830-172b-11e9-1591-253b8a7df96d"
Expand Down

2 comments on commit b38f832

@behinger
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register branch=name-of-your-branch

Release Notes:
fixes bug #76, now more than two basisfunctions are actually correctly possible (previously only two "events" were saved, now it is correctly appended)

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

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.11 -m "<description of version>" b38f832342caa35f52a738d7b316cf2264530511
git push origin v0.3.11

Please sign in to comment.