We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b27add + 2f15b2b commit 34ba157Copy full SHA for 34ba157
2 files changed
Project.toml
@@ -43,9 +43,9 @@ julia = "1.9"
43
[extras]
44
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
45
IGLWrap_jll = "283677c1-8365-580c-84e5-ef4b5d190868"
46
+Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
47
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
48
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
-Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
49
50
[targets]
51
test = ["Test", "Pkg"]
docs/src/releases.md
@@ -1,7 +1,9 @@
1
## Release Notes
2
3
-### 0.2.2
4
-- Using new version of Geant4_jll v11.3.2
+### 0.2.2 - 20-June-2025
+- New Features:
5
+ - Using new version of Geant4_jll v11.3.2
6
+ - Added CompatHelper
7
- Fixes:
8
- TestEm3 particle gun needs to be inside world volume
9
- `length` is also a method of Geant4 (removed from exports)
0 commit comments