Skip to content

Commit

Permalink
bump to 0.10.27 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf authored Mar 28, 2024
1 parent 989d038 commit 514306e
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 = "UnROOT"
uuid = "3cd96dde-e98d-4713-81e9-a4a1b0235ce9"
authors = ["Tamas Gal", "Jerry Ling", "Johannes Schumann", "Nick Amin"]
version = "0.10.26"
version = "0.10.27"

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

2 comments on commit 514306e

@Moelf
Copy link
Member Author

@Moelf Moelf commented on 514306e Mar 28, 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:

Improvments

  • compatible with FHist.jl 0.11, since the breaking change is not observable unless users use FHist.Hist1D/2D constructors
  • fix an error where RNTuple show leads to error
  • now able to read certain TTrees

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

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.27 -m "<description of version>" 514306e4d9625a974e2eff439747020f169edda5
git push origin v0.10.27

Please sign in to comment.