Skip to content

Commit

Permalink
Release v0.3.1 (#589)
Browse files Browse the repository at this point in the history
### Fixed
- Build error on Android [#588]

[#588]: #588
  • Loading branch information
newpavlov authored Jan 28, 2025
1 parent ac379da commit 2bb3959
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2025-01-28

### Fixed
- Build error on Android [#588]

[#588]: https://github.com/rust-random/getrandom/pull/588

## [0.3.0] - 2025-01-25

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "getrandom"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.63" # Sync tests.yml and README.md.
authors = ["The Rand Project Developers"]
Expand Down

0 comments on commit 2bb3959

Please sign in to comment.