Skip to content

Commit 0d3030b

Browse files
authored
Merge pull request #62 from VERITAS-Observatory/v3.0.0-rc
v3.0.0-rc
2 parents eec07dc + 288883f commit 0d3030b

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ This changelog is generated using [Towncrier](https://towncrier.readthedocs.io/)
99

1010
<!-- towncrier release notes start -->
1111

12+
## [v3.0.0](https://github.com/VERITAS-Observatory/VTS-SimPipe/releases/tag/v3.0.0) - 2026-01-18
13+
14+
### API Changes
15+
16+
- Change of CORSIKA images including now the geometry of the atmosphere (curved vs flat). This requires users to update their local CORSIKA images. ([#60](https://github.com/VERITAS-Observatory/VTS-SimPipe/issues/60))
17+
18+
### Bugfixes
19+
20+
- Synchronize opt and no-opt CORSIKA config files (especially for viewcone). ([#56](https://github.com/VERITAS-Observatory/VTS-SimPipe/issues/56))
21+
22+
### New Feature
23+
24+
- Add CORSIKA images compiled with curved atmosphere (non-optimized compilation only). ([#60](https://github.com/VERITAS-Observatory/VTS-SimPipe/issues/60))
25+
26+
1227
## [v2.2.0](https://github.com/VERITAS-Observatory/VTS-SimPipe/releases/tag/v2.2.0) - 2025-06-01
1328

1429
### New Feature

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ cff-version: 1.2.0
44
message: If you use this software, please cite it using these metadata.
55
title: "VTS-SimPipe: simulation tools for the VERITAS observatory"
66
doi: 10.5281/zenodo.10541349
7-
version: 2.2.0
7+
version: 3.0.0
88
type: software
9-
date-released: 2025-06-01
9+
date-released: 2026-01-18
1010
keywords:
1111
- "gamma-ray astronomy"
1212
- "astronomy software"

docs/changes/56.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/60.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

towncrier.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ showcontent = true
2222
[tool.towncrier.fragment.doc]
2323
name = "Documentation"
2424
showcontent = true
25+
26+
[tool.towncrier.fragment.api]
27+
name = "API Changes"
28+
showcontent = true

0 commit comments

Comments
 (0)