Skip to content

Commit

Permalink
Merge pull request #71 from Herb-AI/mlstyle-compat
Browse files Browse the repository at this point in the history
Add `[compat]` entry for `MLStyle`
  • Loading branch information
ReubenJ authored Mar 14, 2024
2 parents 183a8b8 + e51f421 commit 5b315ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ HerbCore = "^0.2.0"
HerbGrammar = "^0.2.0"
HerbInterpret = "^0.1.1"
HerbSpecification = "^0.1.0"
MLStyle = "^0.4.17"
StatsBase = "^0.34"
julia = "^1.8"

Expand Down

2 comments on commit 5b315ce

@ReubenJ
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()

Release Notes:

  • The search(...) function replaced by synth(...)—this includes a new signature. Please refer to the updated documentation.
  • All iterators have been refactored
  • Herb dependencies updated, most importantly, HerbData -> HerbSpecification

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

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.2.0 -m "<description of version>" 5b315ce7ebf6c78df9609e01a7bf2d9c784dba65
git push origin v0.2.0

Please sign in to comment.