Skip to content

Commit

Permalink
Increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal authored Nov 10, 2024
1 parent f2d7c73 commit 1b1a471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Octofitter"
uuid = "daf3887e-d01a-44a1-9d7e-98f15c5d69c9"
authors = ["William Thompson <[email protected]>", "Jensen Lawrence", "Dori Blakely", "Clarissa R. Do O"]
version = "5.0.0"
version = "5.1.0"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -126,4 +126,4 @@ CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
PairPlots = "43a3c2be-4208-490b-832a-a21dcd55d7da"

[targets]
test = ["Test", "FiniteDiff", "CairoMakie", "PairPlots"]
test = ["Test", "FiniteDiff", "CairoMakie", "PairPlots"]

4 comments on commit 1b1a471

@sefffal
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
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/119108

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 v5.1.0 -m "<description of version>" 1b1a471810f6c756412000aac1c8fa84c1936c17
git push origin v5.1.0

@sefffal
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:Release notes:

New features:

  • Support for rvpostplot for plotting multi-planet fits
  • Optional “perspective” line for Absolute RV fits

Bug fixes:

  • Plots: Use mas instead of arcsec for tight orbits, as intended
  • Plots: Allow rvpostplot to work with only one datapoint
  • Cross validation: Fix RV epoch subsetting
  • Whereistheplanet loader: Forward catalog to search function
  • Improved warning and error messages

@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 updated: JuliaRegistries/General/119108

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 v5.1.0 -m "<description of version>" 1b1a471810f6c756412000aac1c8fa84c1936c17
git push origin v5.1.0

Please sign in to comment.