Skip to content

Commit

Permalink
CompatHelper: bump compat for POMDPs to 1, (keep existing compat) (#13)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for POMDPs to 1, (keep existing compat)

* Update compat for POMDPTools and version bump

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Dylan Asmar <[email protected]>
  • Loading branch information
3 people authored Jun 14, 2024
1 parent 511d5da commit 8631932
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 = "FiniteHorizonValueIteration"
uuid = "c7772946-478f-4fc8-9340-5223c2489741"
authors = ["Tomáš Omasta"]
version = "0.3.1"
version = "0.3.2"

[deps]
FiniteHorizonPOMDPs = "8a13bbfe-798e-11e9-2f1c-eba9ee5ef093"
Expand All @@ -13,8 +13,8 @@ ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
[compat]
FiniteHorizonPOMDPs = "0.4"
POMDPLinter = "0.1"
POMDPTools = "0.1"
POMDPs = "0.9"
POMDPTools = "0.1, 1"
POMDPs = "0.9, 1"
ProgressMeter = "1.8"
julia = "1.6"

Expand Down

2 comments on commit 8631932

@dylan-asmar
Copy link
Member

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/108991

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 v0.3.2 -m "<description of version>" 86319324d54054cbe6093c3a4fa3b6537cf76cd1
git push origin v0.3.2

Please sign in to comment.