Skip to content

Commit

Permalink
Merge pull request #11 from MuonColliderSoft/changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG for v1.1.0
  • Loading branch information
kkrizka authored Dec 7, 2022
2 parents d824821 + 8f135b0 commit 3fa0b24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# v1.1.0 (upcoming)
# v1.1.0
- Fix paths for running ACTSTracking outside of a release.
- Remove dependance on custom ACTS by configuring layer detection envelope in ACTSProcBase.
- Add subdetector hit numbers to Track object.
- Add subdetector hit numbers to Track object.
- Expose "Maximum d0 of tracks to seed" as "SeedFinding_ImpactMax"
- Add setting for out-side in tracking via "PropagateBackward"

# v1.0.0
- Initial release.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.15 FATAL_ERROR)
PROJECT( ACTSTracking )

# project version
SET( ${PROJECT_NAME}_VERSION_MAJOR 0 )
SET( ${PROJECT_NAME}_VERSION_MAJOR 1 )
SET( ${PROJECT_NAME}_VERSION_MINOR 1 )
SET( ${PROJECT_NAME}_VERSION_PATCH 0 )

Expand Down

0 comments on commit 3fa0b24

Please sign in to comment.