Skip to content

Commit 38e4ad3

Browse files
authored
Update version number to v0.3.4 (#736)
Forgot this because I'm out of practice. Signed-off-by: Joe Richey <joerichey@google.com>
1 parent 2d033b7 commit 38e4ad3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ Publish initial implementation.
631631
## [0.0.0] - 2019-01-19
632632
Publish an empty template library.
633633

634-
[0.3.4]: https://github.com/rust-random/getrandom/compare/v0.3.3...HEAD
634+
[0.3.4]: https://github.com/rust-random/getrandom/compare/v0.3.3...v0.3.4
635635
[0.3.3]: https://github.com/rust-random/getrandom/compare/v0.3.2...v0.3.3
636636
[0.3.2]: https://github.com/rust-random/getrandom/compare/v0.3.1...v0.3.2
637637
[0.3.1]: https://github.com/rust-random/getrandom/compare/v0.3.0...v0.3.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3"
3+
version = "0.3.4"
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)