Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.5.0 #29

Merged
merged 14 commits into from
Aug 9, 2024
Merged

2.5.0 #29

merged 14 commits into from
Aug 9, 2024

Conversation

AngheloAlf
Copy link
Member

[2.5.0] - 2024-08-09

Added

  • Add Minimal Supported Rust Version (MSRV) to Cargo.toml.
  • Add MapFile::new_from_map_file function to simplify MapFile creation.
  • Add serde feature to the Rust crate.
    • Allows serializing and deserializing a MapFile object using serde.

Changed

  • Tweak symbol comparison logic a bit.
    • Symbol shifting (due to different sizes or extra/missing symbols) should
      not affect comparing non shifted files.
  • Cargo.lock file is now committed to the repo.
  • Change Rust functions to properly take references instead of consuming the
    argument.

Fixed

  • Fix MapFile::find_lowest_differing_symbol not returning a previous symbol
    from a previous file if the symbol found is the first symbol from the file.

@AngheloAlf AngheloAlf merged commit 7535258 into master Aug 9, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant