Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
getrandom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
getrandom
Commits
208b318a
Unverified
Commit
208b318a
authored
5 years ago
by
Artyom Pavlov
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Prepare release v0.1.11 (#97)
parent
4db1b140
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+9
-2
9 additions, 2 deletions
CHANGELOG.md
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
with
10 additions
and
3 deletions
CHANGELOG.md
+
9
−
2
View file @
208b318a
...
...
@@ -4,7 +4,14 @@ 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.1.10] - 2019-08-18
## [0.1.11] - 2019-08-25
### Fixed
-
Implement
`std`
-dependent traits for selected targets even if
`std`
feature is disabled. (backward compatibility with v0.1.8) [#96]
[
#96
]:
https://github.com/rust-random/getrandom/pull/96
## [0.1.10] - 2019-08-18 [YANKED]
### Changed
-
Use the dummy implementation on
`wasm32-unknown-unknown`
even with the
disabled
`dummy`
feature. [#90]
...
...
@@ -15,7 +22,7 @@ disabled `dummy` feature. [#90]
[
#90
]:
https://github.com/rust-random/getrandom/pull/90
[
#92
]:
https://github.com/rust-random/getrandom/pull/92
## [0.1.9] - 2019-08-14
## [0.1.9] - 2019-08-14
[YANKED]
### Changed
-
Remove
`std`
dependency for opening and reading files. [#58]
-
Use
`wasi`
isntead of
`libc`
on WASI target. [#64]
...
...
This diff is collapsed.
Click to expand it.
Cargo.toml
+
1
−
1
View file @
208b318a
[package]
name
=
"getrandom"
version
=
"0.1.1
0
"
version
=
"0.1.1
1
"
edition
=
"2018"
authors
=
[
"The Rand Project Developers"
]
license
=
"MIT OR Apache-2.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment