Skip to content

Commit

Permalink
Merge pull request #7 from artichoke/release-2.0.0
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
lopopolo authored Mar 15, 2020
2 parents cb9491b + 76d6168 commit a09926e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"color": "f7e101",
"description": "Area: Infrastructure for running an open source project."
},
{
"name": "A-release",
"color": "f7e101",
"description": "Area: crates.io releases and version bumps."
},
{
"name": "C-bug",
"color": "c1c8ff",
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 = "rand_mt"
version = "2.0.0-dev"
version = "2.0.0"
authors = ["David Creswick <dcrewi@gyrae.net>", "Ryan Lopopolo <rjl@hyperbo.la>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#![deny(clippy::all)]
#![deny(clippy::pedantic)]
#![deny(clippy::cargo)]
#![deny(missing_docs, intra_doc_link_resolution_failure)]
#![deny(missing_debug_implementations)]
#![warn(rust_2018_idioms)]
Expand Down

0 comments on commit a09926e

Please sign in to comment.