Skip to content

Commit 4804bec

Browse files
authored
Release v0.3.3 (#663)
### Changed - Doc improvements [#632] [#634] [#635] - Add crate version to docs.rs links used in `compile_error!`s [#639] ## Fixed - Error handling in WASI p1 [#661] [#632]: #632 [#634]: #634 [#635]: #635 [#639]: #639 [#661]: #661
1 parent 74e53da commit 4804bec

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.3.3] - UNRELEASED
7+
## [0.3.3] - 2025-05-09
88

99
### Changed
1010
- Doc improvements [#632] [#634] [#635]
@@ -587,11 +587,11 @@ Publish initial implementation.
587587
## [0.0.0] - 2019-01-19
588588
Publish an empty template library.
589589

590-
[0.3.3]: https://github.com/rust-random/getrandom/compare/v0.3.2...HEAD
590+
[0.3.3]: https://github.com/rust-random/getrandom/compare/v0.3.2...v0.3.3
591591
[0.3.2]: https://github.com/rust-random/getrandom/compare/v0.3.1...v0.3.2
592592
[0.3.1]: https://github.com/rust-random/getrandom/compare/v0.3.0...v0.3.1
593593
[0.3.0]: https://github.com/rust-random/getrandom/compare/v0.2.15...v0.3.0
594-
[0.2.16]: https://github.com/rust-random/getrandom/compare/v0.2.16...v0.2.16
594+
[0.2.16]: https://github.com/rust-random/getrandom/compare/v0.2.15...v0.2.16
595595
[0.2.15]: https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15
596596
[0.2.14]: https://github.com/rust-random/getrandom/compare/v0.2.13...v0.2.14
597597
[0.2.13]: https://github.com/rust-random/getrandom/compare/v0.2.12...v0.2.13
@@ -607,7 +607,7 @@ Publish an empty template library.
607607
[0.2.3]: https://github.com/rust-random/getrandom/compare/v0.2.2...v0.2.3
608608
[0.2.2]: https://github.com/rust-random/getrandom/compare/v0.2.1...v0.2.2
609609
[0.2.1]: https://github.com/rust-random/getrandom/compare/v0.2.0...v0.2.1
610-
[0.2.0]: https://github.com/rust-random/getrandom/compare/v0.1.15...v0.2.0
610+
[0.2.0]: https://github.com/rust-random/getrandom/compare/v0.1.16...v0.2.0
611611
[0.1.16]: https://github.com/rust-random/getrandom/compare/v0.1.15...v0.1.16
612612
[0.1.15]: https://github.com/rust-random/getrandom/compare/v0.1.14...v0.1.15
613613
[0.1.14]: https://github.com/rust-random/getrandom/compare/v0.1.13...v0.1.14

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getrandom"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
rust-version = "1.63" # Sync tests.yml and README.md.
66
authors = ["The Rand Project Developers"]

0 commit comments

Comments
 (0)