Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod authored Dec 16, 2020
1 parent 6bbb161 commit 3b693c5
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,6 +1,6 @@
name = "LsqFit"
uuid = "2fda8390-95c7-5789-9bda-21331edee243"
version = "0.11.0"
version = "0.12.0"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down

4 comments on commit 3b693c5

@pkofod
Copy link
Member Author

@pkofod pkofod commented on 3b693c5 Dec 16, 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/26480

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>" 3b693c554c5f182a07dec327f9d08f8a1cdb3d24
git push origin v0.12.0

@jebej
Copy link
Contributor

@jebej jebej commented on 3b693c5 Dec 16, 2020

Choose a reason for hiding this comment

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

It would be better to make patch releases when not changing the code. A 0.x release is considered breaking and all the packages that depend on LsqFit will have to add a compat annotation to get the new version.

@pkofod
Copy link
Member Author

@pkofod pkofod commented on 3b693c5 Dec 17, 2020

Choose a reason for hiding this comment

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

I see your point. Sorry for the inconvenience.

Please sign in to comment.