updated CHANGELOG.md for new version
parent
31befe815d
commit
25278d63de
|
@ -1,8 +1,7 @@
|
|||
name: "continuous integration test"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches: [ main, development ]
|
||||
paths-ignore:
|
||||
- 'CHANGELOG.md'
|
||||
- 'CITATION.cff'
|
||||
|
@ -16,6 +15,7 @@ on:
|
|||
- '.github/workflows/TagBot.yml'
|
||||
- '.github/zenodo/*'
|
||||
pull_request:
|
||||
branches: [ main, development ]
|
||||
paths-ignore:
|
||||
- 'CHANGELOG.md'
|
||||
- 'CITATION.cff'
|
||||
|
|
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: Version to register or component to bump
|
||||
description: "Version to register or component to bump (without leading 'v' e.g. '1.0.1')"
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -9,6 +9,9 @@ Categories: Added, Changed, Deprecated, Removed, Fixed, and Security.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
|
||||
## Version [1.0.2] 2022-09-01
|
||||
|
||||
### Added
|
||||
* output alternative with starting points of the driving modes
|
||||
|
||||
|
@ -208,7 +211,8 @@ Modules and variables were renamed.
|
|||
Proof of concept and master thesis submission.
|
||||
|
||||
|
||||
[Unreleased]: https://github.com/railtoolkit/TrainRuns.jl/compare/v1.0.1...main
|
||||
[Unreleased]: https://github.com/railtoolkit/TrainRuns.jl/compare/v1.0.2...main
|
||||
[1.0.2]: https://github.com/railtoolkit/TrainRuns.jl/compare/v1.0.1...v1.0.2
|
||||
[1.0.1]: https://github.com/railtoolkit/TrainRuns.jl/compare/v1.0.0...v1.0.1
|
||||
[1.0.0]: https://github.com/railtoolkit/TrainRuns.jl/compare/v0.8...v1.0.0
|
||||
[0.8]: https://github.com/railtoolkit/TrainRuns.jl/compare/v0.7...v0.8
|
||||
|
|
Loading…
Reference in New Issue