Skip to content

Commit

Permalink
v0.13.0 (#28)
Browse files Browse the repository at this point in the history
* value tracking for setters

* adjustments for faster sensitivities
  • Loading branch information
ThummeTo authored Dec 9, 2022
1 parent 08948f5 commit 484a44c
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 113 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FMICore"
uuid = "8af89139-c281-408e-bce2-3005eb87462f"
authors = ["TT <[email protected]>", "LM <[email protected]>", "JK <[email protected]>"]
version = "0.12.1"
version = "0.13.0"

[compat]
julia = "1.6"
Loading

2 comments on commit 484a44c

@ThummeTo
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/73761

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.13.0 -m "<description of version>" 484a44ca7c2206527e623d8d855ce3afbbcaddfe
git push origin v0.13.0

Please sign in to comment.