Compare commits

...

3 Commits

Author SHA1 Message Date
Martin Scheidt 8c3803794a updated version 2022-06-05 21:49:10 +02:00
github-actions[bot] 5b378d721e
Set version to 1.0.1 2022-06-05 16:57:14 +00:00
github-actions[bot] bae9390f7d
Set version to 1.0.0 2022-06-05 16:50:18 +00:00
3 changed files with 11 additions and 5 deletions

View File

@ -10,6 +10,11 @@ Categories: Added, Changed, Deprecated, Removed, Fixed, and Security.
## [Unreleased]
## Version [1.0.1] 2022-06-05
* automated Julia package registration
## Version [1.0.0] 2022-06-05
### Added
@ -187,7 +192,8 @@ Modules and variables were renamed.
Proof of concept and master thesis submission.
[Unreleased]: https://github.com/railtoolkit/TrainRuns.jl/compare/v1.0.0...main
[Unreleased]: https://github.com/railtoolkit/TrainRuns.jl/compare/v1.0.1...main
[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
[0.7]: https://github.com/railtoolkit/TrainRuns.jl/compare/v0.6.2...v0.7

View File

@ -20,7 +20,7 @@ identifiers:
value: 10.5281/zenodo.6448563
description: 'Collection of archived snapshots of all versions of the library'
- type: doi
value: 10.5281/zenodo.6448564
value: 10.5281/zenodo.6615424
description: Current version
url: 'https://www.railtoolkit.org/projects/TrainRuns.jl/'
repository: 'https://github.com/railtoolkit/TrainRuns.jl'
@ -36,5 +36,5 @@ keywords:
- driving dynamics
- julia language
license: ISC
version: v0.8
date-released: 2022-01-20
version: v1.0.1
date-released: 2022-06-05

View File

@ -1,7 +1,7 @@
name = "TrainRuns"
uuid = "e4541106-d44c-4e00-b50b-ecdf479fcf92"
authors = ["Max Kannenberg", "Martin Scheidt", "contributors"]
version = "1.0.0"
version = "1.0.1"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"