Compare commits

..

No commits in common. "c32741bbc9f0a8d4a8b602341e06a010b9cb3c24" and "e46a0e37af7c2bb3632f07ea33dccf95770938e2" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,7 @@ pipeline:
# Ensure the release binary is also statically compiled
- '[ "$(readelf -d target/release/alex | grep NEEDED | wc -l)" = 0 ]'
- du -h target/release/alex
- mv target/release/alex target/release/alex-"$(echo '${PLATFORM}' | sed 's:/:-:g')"
when:
event: tag

View File

@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.rustybever.be/Chewing_Bever/alex/src/branch/dev)
## [0.1.1](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.1.1)
### Changed
* Better env var support