diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e17cb5..93156bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,10 +19,10 @@ For more details, see the [README](./README.md#changes-in-v100). - `BUILD.md` with instructions on how to compile warp-packer. - `INSTALL.md` with instructions on how to run the application on Linux, macOS, and Windows systems. -## [0.1.0 - 0.3.0] - 2018-10-30 +## [v0.1.0 - v0.3.0] - 2018-10-30 ### Changed - For changes see origin repository: https://github.com/dgiagio/warp/releases [unreleased]: https://git.phoenix.ipv64.de/public/warp/compare/master...HEAD -[1.0.0]: https://git.phoenix.ipv64.de/public/warp/compare/0.3.0...1.0.0 -[0.1.0 - 0.3.0]: https://github.com/dgiagio/warp/releases \ No newline at end of file +[1.0.0]: https://git.phoenix.ipv64.de/public/warp/compare/v0.3.0...1.0.0 +[v0.1.0 - v0.3.0]: https://github.com/dgiagio/warp/releases \ No newline at end of file diff --git a/warp-packer/Cargo.toml b/warp-packer/Cargo.toml index b2ed9bb..6b98d50 100644 --- a/warp-packer/Cargo.toml +++ b/warp-packer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "warp-packer" -version = "0.4.0" -authors = ["Diego Giagio "] +version = "1.0.0" +authors = ["Diego Giagio ", "Reisz", "kirbylink"] edition = "2021" [dependencies] diff --git a/warp-runner/Cargo.toml b/warp-runner/Cargo.toml index 6ffb2f3..e427a66 100644 --- a/warp-runner/Cargo.toml +++ b/warp-runner/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "warp-runner" -version = "0.4.0" -authors = ["Diego Giagio "] +version = "1.0.0" +authors = ["Diego Giagio ", "Reisz", "kirbylink"] edition = "2021" [dependencies]