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

Release v0.3.2 #617

Merged
merged 3 commits into from
Mar 17, 2025
Merged

Release v0.3.2 #617

merged 3 commits into from
Mar 17, 2025

Conversation

newpavlov
Copy link
Member

@newpavlov newpavlov commented Mar 7, 2025

Added

  • efi_rng opt-in backend #570
  • linux_raw opt-in backend #572
  • .cargo/config.toml example in the crate-level docs #591
  • getrandom_test_linux_without_fallback configuration flag to test that file fallback
    is not triggered in the linux_android_with_fallback backend #605
  • Built-in support for *-linux-none targets #618
  • Cygwin support #626

Changed

  • Update wasi dependency to v0.14 #594
  • Add #[inline] attribute to the inner functions #596
  • Update WASI and Emscripten links in the crate-level docs #597
  • Do not use dlsym on MUSL targets in the linux_android_with_fallback backend #602
  • Remove linux_android.rs and use getrandom.rs instead #603
  • Always use RtlGenRandom on Windows targets when compiling with pre-1.78 Rust #610
  • Internal representation of the Error type #614
  • Remove windows-targets dependency and use raw-dylib directly #627

Removed

  • Error::INTERNAL_START and Error::CUSTOM_START associated constants #614

@newpavlov
Copy link
Member Author

@josephlr
I think we can go forward with this and leave the cfg improvements for a later release. The testing configuration flags are not covered by semver, so we can easily change or remove them.

Or do you have some other improvements/changes in mind?

Copy link
Member

@josephlr josephlr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for getting this done.

@newpavlov I agree the cfg changes can wait (perhaps until #288 is fixed). I don't currently have anything urgent I was going to add.

Be sure to update the changelog and release date.

@newpavlov newpavlov merged commit 3a91722 into master Mar 17, 2025
71 checks passed
@newpavlov newpavlov deleted the release/v0.3.2 branch March 17, 2025 21:51
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.

2 participants