Skip to content

Commit

Permalink
Bump version and update compat
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Mar 25, 2024
1 parent ce3fca9 commit bd964e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ FHist = "0.10"
Graphs = "1"
StaticArrays = "1.9"
StructArrays = "0.6"
UnROOT = "v0.10"
UnROOT = "0.10"
YAML = "0.4"
PrettyTables = "2"
julia = "1"

[extras]
Expand Down

2 comments on commit bd964e0

@peremato
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:

New Functionality

  • Optimisations by explicitly generation of StructArrays
  • Support for multi-files
  • Support for multi-threading
  • Support for RNTuple RC2
  • Added analysis module (mini-framework for MT analysis)

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

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

Please sign in to comment.