master #11

Merged
David merged 5 commits from master into develop 2024-05-18 21:34:50 +02:00
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.
## [0.1.0 - 0.3.0] - 2018-10-30 ## [v0.1.0 - v0.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/0.3.0...1.0.0 [1.0.0]: https://git.phoenix.ipv64.de/public/warp/compare/v0.3.0...1.0.0
[0.1.0 - 0.3.0]: https://github.com/dgiagio/warp/releases [v0.1.0 - v0.3.0]: https://github.com/dgiagio/warp/releases

View File

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

View File

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