diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6a8ce66..57bd692 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: "Run Linter" +name: "Linting" on: [push, pull_request] jobs: lint: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a256b6e..a55da3d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: "Run Tests" +name: "Tests" on: [push, pull_request] jobs: tests: diff --git a/Cargo.toml b/Cargo.toml index df81a03..8809340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/aspenluxxxy/nanorand-rs" keywords = ["rand", "random", "no-std", "entropy"] categories = ["algorithms", "no-std"] readme = "README.md" -version = "0.4.3" +version = "0.4.4" authors = ["aspen "] edition = "2018" license = "Zlib" @@ -46,8 +46,3 @@ codegen-units = 1 all-features = true default-target = "x86_64-unknown-linux-gnu" targets = ["x86_64-pc-windows-msvc"] - -[badges] -maintenance = { status = "actively-developed" } -is-it-maintained-open-issues = { repository = "aspenluxxxy/nanorand-rs" } -is-it-maintained-issue-resolution = { repository = "aspenluxxxy/nanorand-rs" } diff --git a/README.md b/README.md index 730637d..e6eb112 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ - [![crates.io](https://img.shields.io/crates/v/nanorand.svg)](https://crates.io/crates/nanorand) [![docs.rs](https://docs.rs/nanorand/badge.svg)](https://docs.rs/nanorand) [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/aspenluxxxy/nanorand-rs.svg)](https://isitmaintained.com/project/aspenluxxxy/nanorand-rs "Average time to resolve an issue") -[![Percentage of issues still open](https://isitmaintained.com/badge/open/aspenluxxxy/nanorand-rs.svg)](https://isitmaintained.com/project/aspenluxxxy/nanorand-rs "Percentage of issues still open") -![Maintenance](https://img.shields.io/badge/maintenance-activly--developed-brightgreen.svg) +[![crates.io](https://img.shields.io/crates/v/nanorand.svg)](https://crates.io/crates/nanorand) [![docs.rs](https://docs.rs/nanorand/badge.svg)](https://docs.rs/nanorand) [![License: Zlib](https://img.shields.io/badge/License-Zlib-brightgreen.svg)](https://opensource.org/licenses/Zlib) [![Tests](https://github.com/aspenluxxxy/nanorand-rs/workflows/Tests/badge.svg?event=push&branch=master)](https://github.com/aspenluxxxy/nanorand-rs/actions?query=workflow%3A%22Run+Tests%22) [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/aspenluxxxy/nanorand-rs.svg)](https://isitmaintained.com/project/aspenluxxxy/nanorand-rs "Average time to resolve an issue") [![Percentage of issues still open](https://isitmaintained.com/badge/open/aspenluxxxy/nanorand-rs.svg)](https://isitmaintained.com/project/aspenluxxxy/nanorand-rs "Percentage of issues still open") ![Maintenance](https://img.shields.io/badge/maintenance-activly--developed-brightgreen.svg) # nanorand -Current version: **0.4.1** +Current version: **0.4.4** A library meant for fast, random number generation with quick compile time, and minimal dependencies. diff --git a/README.tpl b/README.tpl index ef66b15..cd6cb81 100644 --- a/README.tpl +++ b/README.tpl @@ -1,4 +1,4 @@ - [![crates.io](https://img.shields.io/crates/v/nanorand.svg)](https://crates.io/crates/nanorand) [![docs.rs](https://docs.rs/nanorand/badge.svg)](https://docs.rs/nanorand) {{badges}} +[![crates.io](https://img.shields.io/crates/v/nanorand.svg)](https://crates.io/crates/nanorand) [![docs.rs](https://docs.rs/nanorand/badge.svg)](https://docs.rs/nanorand) [![License: Zlib](https://img.shields.io/badge/License-Zlib-brightgreen.svg)](https://opensource.org/licenses/Zlib) [![Tests](https://github.com/aspenluxxxy/nanorand-rs/workflows/Tests/badge.svg?event=push&branch=master)](https://github.com/aspenluxxxy/nanorand-rs/actions?query=workflow%3A%22Run+Tests%22) [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/aspenluxxxy/nanorand-rs.svg)](https://isitmaintained.com/project/aspenluxxxy/nanorand-rs "Average time to resolve an issue") [![Percentage of issues still open](https://isitmaintained.com/badge/open/aspenluxxxy/nanorand-rs.svg)](https://isitmaintained.com/project/aspenluxxxy/nanorand-rs "Percentage of issues still open") ![Maintenance](https://img.shields.io/badge/maintenance-activly--developed-brightgreen.svg) # {{crate}}