Skip to content

Commit

Permalink
Merge pull request #22 from adknudson/adknudson-patch-1
Browse files Browse the repository at this point in the history
Bumped version for patch release
  • Loading branch information
adknudson committed Apr 7, 2024
2 parents fc60656 + 67f8f1e commit 900aa69
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 = "NearestCorrelationMatrix"
uuid = "59ddf330-608c-4938-8bc9-a4ee97bbbea6"
authors = ["Alex Knudson <alexk.706@gmail.com> and contributors"]
version = "1.0.0"
version = "1.0.1"

[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Expand Down

2 comments on commit 900aa69

@adknudson
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Fixed autotune for AlternatingProjections
  • Fixed signature of trait for Newton
  • Fixed init for when an algorithm type is passed in (it was being overridden)

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

Tagging

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 v1.0.1 -m "<description of version>" 900aa6903691a5c738ec99a9daa674ade22c8aac
git push origin v1.0.1

Please sign in to comment.