Compare commits

..

6 Commits

Author SHA1 Message Date
e6c06ecb0d Merge pull request 'feature/adding_changelog' (#6) from feature/adding_changelog into develop
Reviewed-on: #6
2024-05-18 19:16:04 +02:00
david
c58f42257a Cleaning up CHANGELOG.md 2024-05-18 19:14:53 +02:00
david
945b96c2cd Updating information from origin repository 2024-05-18 18:35:32 +02:00
david
cd47c27e0d Fixing wrong links 2024-05-18 18:32:35 +02:00
david
638131c3eb Adding additional information to CHANGELOG.md 2024-05-18 18:30:40 +02:00
david
26f554e7fb Adding CHANGELOG.md to project 2024-05-18 18:21:55 +02:00

28
CHANGELOG.md Normal file
View File

@ -0,0 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Changed the default invocation to `warp-packer pack <argument1> <argument2> ...`.
For more details, see the [README](./README.md#changes-in-v100).
### Added
- Support for native execution on aarch64-linux platforms, e.g., Raspberry Pi 4.
- New options for `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.
## [1.0.0]
## [0.1.0 - 0.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