Skip to content

Commit

Permalink
Add [compat] entry for Requires
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann committed Sep 13, 2024
1 parent 553119d commit 8837306
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 @@ -69,6 +69,7 @@ ProgressMeter = "1.5"
RadiationDetectorSignals = "0.3"
Random = "<0.0.1, 1"
RecipesBase = "1.0, 1.1, 1.2, 1.3"
Requires = "1.1, 1.2, 1.3"
Rotations = "1.0"
StaticArrays = "1"
Statistics = "<0.0.1, 1"
Expand Down

2 comments on commit 8837306

@fhagemann
Copy link
Collaborator 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:

Geant4 support

SolidStateDetectors.jl now provides an extension for Geant4.jl.

The Geant4 extension provides code to conveniently create GDML files from an SSD config file or Simulation and to create a Geant4.G4JLApplication.
This allows to simulate realistic event distributions resulting from particles emitted by a given source, which can be used as input to the waveform simulation.
Find a tutorial on how to use the Geant4 extension here.

Geant4

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

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.0 -m "<description of version>" 8837306141a44f0942b994f1ffb652bb8ee0b6fb
git push origin v0.10.0

Please sign in to comment.