Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sostock committed Apr 7, 2021
1 parent 6480503 commit 342976f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## v0.3.2

* ![Maintenance](https://img.shields.io/badge/-maintenance-grey) Fix doctests on Julia ≥ 1.6. ([#23](https://github.com/sostock/BSplines.jl/pull/23))

## v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BSplines"
uuid = "488c2830-172b-11e9-1591-253b8a7df96d"
authors = ["Sebastian Stock"]
version = "0.3.1"
version = "0.3.2"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

2 comments on commit 342976f

@sostock
Copy link
Owner Author

@sostock sostock commented on 342976f Apr 7, 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/33723

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.2 -m "<description of version>" 342976fb2af46670fe0c4c665ecdb295cbd3a9b8
git push origin v0.3.2

Please sign in to comment.