diff --git a/CHANGELOG.md b/CHANGELOG.md index 111e53d..dbe662d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CITATION.cff b/CITATION.cff index 7b696cd..a19fca4 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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