Compare commits

..

No commits in common. "6083f24a853cd4df53d49119e2f558f4599c820b" and "7c11ab60541bd0c797442933257eb2e50315b429" have entirely different histories.

3 changed files with 7 additions and 7 deletions

View File

@ -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. - `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. - `INSTALL.md` with instructions on how to run the application on Linux, macOS, and Windows systems.
## [v0.1.0 - v0.3.0] - 2018-10-30 ## [0.1.0 - 0.3.0] - 2018-10-30
### Changed ### Changed
- For changes see origin repository: https://github.com/dgiagio/warp/releases - For changes see origin repository: https://github.com/dgiagio/warp/releases
[unreleased]: https://git.phoenix.ipv64.de/public/warp/compare/master...HEAD [unreleased]: https://git.phoenix.ipv64.de/public/warp/compare/master...HEAD
[1.0.0]: https://git.phoenix.ipv64.de/public/warp/compare/v0.3.0...1.0.0 [1.0.0]: https://git.phoenix.ipv64.de/public/warp/compare/0.3.0...1.0.0
[v0.1.0 - v0.3.0]: https://github.com/dgiagio/warp/releases [0.1.0 - 0.3.0]: https://github.com/dgiagio/warp/releases

View File

@ -1,7 +1,7 @@
[package] [package]
name = "warp-packer" name = "warp-packer"
version = "1.0.0" version = "0.4.0"
authors = ["Diego Giagio <diego@giagio.com>", "Reisz", "kirbylink"] authors = ["Diego Giagio <diego@giagio.com>"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]

View File

@ -1,7 +1,7 @@
[package] [package]
name = "warp-runner" name = "warp-runner"
version = "1.0.0" version = "0.4.0"
authors = ["Diego Giagio <diego@giagio.com>", "Reisz", "kirbylink"] authors = ["Diego Giagio <diego@giagio.com>"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]