Skip to content

Latest commit

 

History

History
159 lines (118 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

159 lines (118 loc) · 5.51 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.1.9 - 2024-08-14

  • #96 Add support for @file args
  • #94 Refactor tests
  • #93 Remove TryInto import (in prelude since 2021 edition)
  • #92 Recommend target.'cfg(..)'.linker for recent Cargo versions
  • #90 Configure release-plz
  • #88 Setup release-plz

v0.1.8 - 2024-03-06

  • #86: Release v0.1.8
  • #85: Setup cargo-dist
  • #84: Fix for comments in linker script

v0.1.7 - 2023-07-20

  • #79: Summer cleanup
  • #77: CI: Switch from bors to github merge queue
  • #75: End of year refactoring
  • #74: CI: Simplify
  • #72: CI: Install Rust manually
  • #71: CI: Add changelog enforcer
  • #70: Support addition in ORIGIN

v0.1.6 - 2022-03-23

Fixed

  • #63: Handles memory.x overrides by searching in the current working directory first.

Changed

  • #60: Update to Rust 2021 🎉. Requires Rust 1.56+ to build

Added

  • #58 Print a message when linking normally fails. This makes it clearer that the failure is not due to flip-link.

v0.1.5 - 2021-08-27

  • #55 Drop anyhow
  • #54 update & upgrade
  • #53 xtest: Clear test-flip-link-apps target/-dir before each run
  • #52 xtest: Pass --force to cargo install
  • #51 Avoid the tempfile dependency
  • #49 Fix Clippy warnings
  • #45 Cargo.toml: Disable default features of env_logger
  • #44 Transfer non-static CI steps into cargo xtest command
  • #42 Add tests to check problem with memory.x in project root
  • #41 Verify initial stack-pointer to be inside static RAM
  • #40 Do linking test as part of cargo test; cleanup

v0.1.4 - 2021-05-21

  • #38 Handle no units in linker script parser

v0.1.3 - 2021-04-26

Improvements

  • #33 Add clippy to CI
  • #32 Minimize deps
  • #24 Add bors (https://bors.tech/)
  • #22 Give current_dir precedence over tempdir
  • #18 Explain stack overflow problem and solution

Fixes

  • #21 Fix typos in README.md

Internal Improvements

  • #30 Refactoring II
  • #28 Refactoring I
  • #20 Add white background to SVG images

v0.1.2 - 2020-11-26

Added

  • Add README link to Cargo.toml

v0.1.1 - 2020-11-26

Fixed

  • #17 attributes in linker scripts do not cause parse errors anymore (they are ignored)

v0.1.0 - 2020-10-16

Initial release