Skip to content

Commit

Permalink
V0.16.1 (#102)
Browse files Browse the repository at this point in the history
* preparation for multi-threading

* updated readme and tagbot

* added compat entries
  • Loading branch information
ThummeTo authored Nov 3, 2023
1 parent 6512a22 commit b8af015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ RelocatableFolders = "05181044-ff0b-4ac5-8273-598c1e38db00"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"

[compat]
Downloads = "1"
EzXML = "1.1.0"
FMICore = "0.18.2"
Libdl = "1"
RelocatableFolders = "1"
ZipFile = "0.10.0"
julia = "1.6"

2 comments on commit b8af015

@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 updated: JuliaRegistries/General/94691

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

Please sign in to comment.