Releases: knurling-rs/flip-link
Releases · knurling-rs/flip-link
v0.1.9
What's Changed
- cargo clippy --fix by @Urhengulas in #87
- Setup release-plz by @Urhengulas in #88
- Configure release-plz by @Urhengulas in #90
- Recommend
target.'cfg(..)'.linker
for recent Cargo versions by @nilfit in #92 - Remove TryInto import (in prelude since 2021 edition) by @Urhengulas in #93
- Refactor tests by @Urhengulas in #94
- Add support for @file args by @great-houk in #96
- chore: release v0.1.9 by @github-actions in #89
New Contributors
- @nilfit made their first contribution in #92
- @great-houk made their first contribution in #96
- @github-actions made their first contribution in #89
Full Changelog: v0.1.8...v0.1.9
Install flip-link 0.1.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/knurling-rs/flip-link/releases/download/v0.1.9/flip-link-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/knurling-rs/flip-link/releases/download/v0.1.9/flip-link-installer.ps1 | iex"
Download flip-link 0.1.9
File | Platform | Checksum |
---|---|---|
flip-link-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
flip-link-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
flip-link-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
flip-link-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
flip-link-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
v0.1.8
What's Changed
- Ignore comments in linker script (fix) by @BriocheBerlin in #84
- Setup
cargo-dist
by @Urhengulas in #85 - Release v0.1.8 by @Urhengulas in #86
Full Changelog: v0.1.7...v0.1.8
Install flip-link 0.1.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/knurling-rs/flip-link/releases/download/v0.1.8/flip-link-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/knurling-rs/flip-link/releases/download/v0.1.8/flip-link-installer.ps1 | iex"
Download flip-link 0.1.8
File | Platform | Checksum |
---|---|---|
flip-link-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
flip-link-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
flip-link-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
flip-link-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
flip-link-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
flip-link v0.1.7
What's Changed
- Feature:
+
supported in ORIGIN by @Dajamante in #70 - Add changelog enforcer by @Urhengulas in #71
- CI: Install Rust manually by @Urhengulas in #72
- Update CI by @Urhengulas in #74
- End of year refactoring by @Urhengulas in #75
- Goodbye bors by @Urhengulas in #77
- Summer cleanup by @Urhengulas in #79
- Release
v0.1.7
by @Urhengulas in #80
New Contributors
- @Dajamante made their first contribution in #70
Full Changelog: v0.1.6...v0.1.7
flip-link v0.1.6
What's Changed
- Print a message when linking normally fails by @jonas-schievink in #58
- Add entry to change log by @justahero in #59
- Update to Rust 2021 🎉 by @Urhengulas in #60
- Update
CHANGELOG.md
by @Urhengulas in #61 - search linker scripts in cwd first by @spookyvision in #63
- ci: cache cargo registry & build artifacts by @japaric in #64
- v0.1.6 by @japaric in #68
New Contributors
- @spookyvision made their first contribution in #63
Full Changelog: v0.1.5...v0.1.6
flip-link v0.1.5
What's Changed
- Do linking test as part of
cargo test
; cleanup by @Urhengulas in #40 - Verify initial stack-pointer to be inside
static RAM
by @Urhengulas in #41 - xtest by @Urhengulas in #44
Cargo.toml
: Disable default features ofenv_logger
by @Urhengulas in #45- Tests for 22 by @Urhengulas in #42
- Adds add for user survey into readme. by @BriocheBerlin in #46
- Fix clippy warning by @justahero in #49
- Update change log with latest entries by @justahero in #48
- Removes call to fill in user survey from readme. by @BriocheBerlin in #50
xtest
: Pass--force
tocargo install
by @Urhengulas in #52- Avoid the
tempfile
dependency by @jonas-schievink in #51 xtest
: Cleartest-flip-link-app
starget/
-fir before each run by @Urhengulas in #53- update & upgrade by @Urhengulas in #54
- Drop
anyhow
by @jonas-schievink in #55 flip-link v0.1.5
by @Urhengulas in #56
New Contributors
- @BriocheBerlin made their first contribution in #46
Full Changelog: v0.1.4...v0.1.5
flip-link v0.1.4
What's Changed
- Publish v0.1.3 by @Urhengulas in #35
- Bump
object
to0.24.0
by @Urhengulas in #36 - handle no units in linker script parser by @japaric in #38
flip-link v0.1.4
by @Urhengulas in #39
Full Changelog: v0.1.3...v0.1.4
flip-link v0.1.3
What's Changed
- README: explain stack overflow problem & solution by @japaric in #18
- add white background to SVG images by @japaric in #20
- README.md: fix typos by @Lotterleben in #21
- Problem with memory.x in the project root by @DerFetzer in #22
- Set bors up by @Urhengulas in #24
- Simplify by @Urhengulas in #28
- Simplify linker invocations + argument parsing + struct LinkerScript by @Urhengulas in #30
- Minimize deps by @Urhengulas in #32
- CI: add
clippy
by @Urhengulas in #33
New Contributors
- @DerFetzer made their first contribution in #22
Full Changelog: v0.1.2...v0.1.3
flip-link v0.1.2
Full Changelog: v0.1.1...v0.1.2
flip-link v0.1.1
What's Changed
- only run fmt on stable by @Lotterleben in #12
- use cortex-m-quickstart to test that 'it links' by @japaric in #15
- Add support for section length arithmetic using + sign as used in stm32f7xx-hal crate. by @matoushybl in #14
- README: update knurling link to website by @Lotterleben in #16
- fix parsing of attributes by ignoring them by @ain101 in #17
New Contributors
- @matoushybl made their first contribution in #14
- @ain101 made their first contribution in #17
Full Changelog: v0.1.0...v0.1.1
flip-link v0.1.0
What's Changed
- add CI to build, check fmt and use in example app by @Lotterleben in #6
- optimize CI by @Lotterleben in #8
- README: add installation instructions by @Lotterleben in #9
Full Changelog: https://github.com/knurling-rs/flip-link/commits/v0.1.0