diff --git a/Cargo.lock b/Cargo.lock index 0d37071..7ec24fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,7 +681,7 @@ dependencies = [ [[package]] name = "labelmaker" -version = "0.1.0-dev" +version = "0.1.0" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index fae0023..6f802ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "labelmaker" -version = "0.1.0-dev" +version = "0.1.0" edition = "2021" rust-version = "1.70" description = "Create & enforce sets of labels in GitHub repositories" diff --git a/README.md b/README.md index 5528f1d..82b300d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) +[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![CI Status](https://github.com/jwodder/labelmaker/actions/workflows/test.yml/badge.svg)](https://github.com/jwodder/labelmaker/actions/workflows/test.yml) [![codecov.io](https://codecov.io/gh/jwodder/labelmaker/branch/master/graph/badge.svg)](https://codecov.io/gh/jwodder/labelmaker) [![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.70-orange)](https://www.rust-lang.org) [![MIT License](https://img.shields.io/github/license/jwodder/labelmaker.svg)](https://opensource.org/licenses/MIT) -[GitHub](https://github.com/jwodder/labelmaker) | [Issues](https://github.com/jwodder/labelmaker/issues) +[GitHub](https://github.com/jwodder/labelmaker) | [crates.io](https://crates.io/crates/labelmaker) | [Issues](https://github.com/jwodder/labelmaker/issues) `labelmaker` is a Rust program for batch creation of [labels][] in GitHub repositories, including updating and/or renaming existing labels to meet your