Skip to content

Commit

Permalink
Set version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2024
1 parent 92a7f08 commit f174735
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,7 +1,7 @@
name = "PlantSimEngine"
uuid = "9a576370-710b-4269-adf9-4f603a9c6423"
authors = ["Rémi Vezy <VEZY@users.noreply.github.com> and contributors"]
version = "0.9.0"
version = "0.10.0"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down

4 comments on commit f174735

@github-actions
Copy link
Contributor 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/104753

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.10.0 -m "<description of version>" f1747352a113d8a36cd6416411bf1acec4dab7ac
git push origin v0.10.0

@VEZY
Copy link
Member

@VEZY VEZY commented on f174735 Apr 12, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Breaking changes

  • Rewrite of the code for multiscale simulations: change how we build the dependency graph, how we compute the mapping, and how we compute basically everything for that.
  • Detect if the graph is cyclic, and return an helpful message with the cycle
  • Add PreviousTimeStep for multiscale mapping: 61 add a way to not use an input variable to build the dependency graph by @VEZY in 61 add a way to not use an input variable to build the dependency graph #66
  • Add a mapping format to rename a variable at the same scale (useful when models don't share the same variable name)
  • Fix a lot of issues related to the dependency graph

Changes:

New Contributors

Full Changelog: v0.9.0...v0.10.0

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

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.10.0 -m "<description of version>" f1747352a113d8a36cd6416411bf1acec4dab7ac
git push origin v0.10.0

Please sign in to comment.