Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobAsslaender committed Jan 2, 2024
1 parent 4e56416 commit 33bf552
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 = "RegularizedLeastSquares"
uuid = "1e9c538a-f78c-5de5-8ffb-0b6dbe892d23"
authors = ["Tobias Knopp <[email protected]>"]
version = "0.11.4-DEV"
version = "0.12.0"

[deps]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand Down

2 comments on commit 33bf552

@JakobAsslaender
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

Release notes:

v0.11.3 accidentally contains breaking changes and this is fixed with the following releases:

  • v0.11.4 is identical to v0.11.2 to ensure that updates with the setting compat = 0.11 do not break the code.
  • v0.12.0 is identical to v0.11.3 such that the breaking changes are be reflected correctly.

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

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

Please sign in to comment.