Skip to content

Commit

Permalink
Merge pull request #129 from baggepinnen/baggepinnen-patch-1
Browse files Browse the repository at this point in the history
bump versions
  • Loading branch information
baggepinnen authored Jan 22, 2024
2 parents 7677991 + 13304eb commit 9e4d326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LowLevelParticleFilters"
uuid = "d9d29d28-c116-5dba-9239-57a5fe23875b"
authors = ["baggepinnen <baggepinnen@gmail.com>"]
version = "3.6.1"
version = "3.6.2"

[deps]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Expand Down Expand Up @@ -48,11 +48,11 @@ RecipesBase = "0.8, 1.0"
Requires = "0.5, 1.0"
SciMLBase = "1.29, 2"
SeeToDee = "1.0"
SimpleNonlinearSolve = "0.1.2"
SimpleNonlinearSolve = "1"
StaticArrays = "<0.13, 1"
StatsAPI = "1.5"
StatsBase = "0.29,0.30,0.32, 0.33, 0.34"
SymbolicIndexingInterface = "0.2"
SymbolicIndexingInterface = "0.3"
LinearAlgebra = "1.7"
Printf = "1.7"
Random = "1.7"
Expand Down

2 comments on commit 9e4d326

@baggepinnen
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/99279

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 v3.6.2 -m "<description of version>" 9e4d326dd712c974bf25a1bd702eb1489445f9aa
git push origin v3.6.2

Please sign in to comment.