Compare commits

..

5 Commits

Author SHA1 Message Date
867eb8db35 Merge pull request 'feature/updating_documentation' (#20) from feature/updating_documentation into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #20
2024-05-20 17:37:49 +02:00
david
bb2103ebc3 Fixing build pipeline
All checks were successful
continuous-integration/drone/pr Build is passing
2024-05-20 17:33:59 +02:00
david
085535ee84 Fixing formatting
Some checks failed
continuous-integration/drone/pr Build is failing
2024-05-20 17:31:18 +02:00
david
e35813a905 Fixing formatting 2024-05-20 17:30:54 +02:00
david
3a9ea529ec Adding CHANGELOG.md and fixing Dockerfile name 2024-05-20 17:20:54 +02:00
3 changed files with 23 additions and 1 deletions

View File

@ -169,7 +169,7 @@ steps:
- name: warp4j x64 - name: warp4j x64
<<: *default_build_option <<: *default_build_option
settings: settings:
dockerfile: Dockerfile_x64_86 dockerfile: Dockerfile_x64
- name: *notification_name - name: *notification_name
<<: *default_notification_option <<: *default_notification_option

22
CHANGELOG.md Normal file
View File

@ -0,0 +1,22 @@
# 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]
## [1.0.0] - 2024-05-20
### Added
- Install script improved to run with /bin/sh
- Dockerfile changed to use install script (Works on x64 and aarch64 architecture)
- Dockerfile_x64 with old build script for tests
- Script warp4j improved to support to run on aarch64 architecture
## [origin warp4j] - 2019-02-28
- See origin repository: https://github.com/guziks/warp4j
[unreleased]: https://git.phoenix.ipv64.de/public/warp/compare/master...HEAD
[1.0.0]: https://git.phoenix.ipv64.de/GitHub_Mirrors/warp4j/compare/master...stable
[origin warp4j]: https://github.com/guziks/warp4j