Skip to content

Commit

Permalink
Bump DojoEnvironments to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janbruedigam committed Mar 20, 2024
1 parent e41c241 commit 2f0f2fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DojoEnvironments/Project.toml
@@ -1,7 +1,7 @@
name = "DojoEnvironments"
uuid = "8728bab7-e8ae-46fd-a1b6-a8c4d00f608e"
authors = ["simonlc <simonlc@stanford.edu>", "thowell <thowell@stanford.edu>", "Jan Bruedigam <jan.bruedigam@tum.de>", "rejuvyesh <mail@rejuvyesh.com>"]
version = "0.6.0"
version = "0.6.1"

[deps]
Dojo = "ac60b53e-8d92-4c83-b960-e78698fa1916"
Expand All @@ -12,4 +12,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
Dojo = "0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0"
PrecompileTools = "1.0, 1.2"
julia = "1.6, 1.9"
julia = "1.6, 1.10"
2 changes: 1 addition & 1 deletion DojoEnvironments/test/Project.toml
Expand Up @@ -5,4 +5,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Dojo = "0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0"
SafeTestsets = "0.0.1, 0.0.1"
SafeTestsets = "0.1.0, 0.1.0"
4 changes: 2 additions & 2 deletions examples/Project.toml
Expand Up @@ -17,8 +17,8 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
ClosedIntervals = "<0.3.1, 0.3.1"
ControlSystemsBase = "1.0, 1.10"
Dojo = "<0.7.4, 0.7.4"
DojoEnvironments = "<0.6.0, 0.6.0"
Dojo = "<0.7.5, 0.7.5"
DojoEnvironments = "<0.6.1, 0.6.1"
Flux = "<0.13.17, 0.13.17"
ForwardDiff = "<0.10.36, 0.10.36"
JLD2 = "<0.4.46, 0.4.46"
Expand Down

2 comments on commit 2f0f2fb

@janbruedigam
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 subdir=DojoEnvironments

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

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 DojoEnvironments-v0.6.1 -m "<description of version>" 2f0f2fb69c94ab70af0ea2ab89db8a1e20a72571
git push origin DojoEnvironments-v0.6.1

Please sign in to comment.