From a9f4342a4078f0827e5337c551e1df0218ac7d80 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 9 Apr 2023 22:13:57 +0900 Subject: [PATCH 1/2] Release v0.1.0 --- Cargo.toml | 1 - README.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd90a92..cd0ae93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ license = "CC0-1.0" repository = "https://github.com/rust-lang-ja/ac-library-rs" keywords = ["competitive"] categories = ["algorithms", "data-structures"] -publish = false [lib] name = "ac_library" diff --git a/README.md b/README.md index 0989470..f27423d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![CI](https://github.com/rust-lang-ja/ac-library-rs/workflows/CI/badge.svg)](https://github.com/rust-lang-ja/ac-library-rs/actions?workflow=CI) [![Rust 2018 1.42.0+](https://img.shields.io/badge/rust%202018-1.42.0+-lightgray.svg)](https://www.rust-lang.org) -![Crates.io](https://img.shields.io/badge/crates.io-not%20yet-inactive) -![License](https://img.shields.io/badge/license-CC0--1.0-informational) +[![Crates.io](https://img.shields.io/crates/v/ac-library-rs.svg)](https://crates.io/crates/ac-library-rs) +[![License](https://img.shields.io/crates/l/ac-library-rs.svg)](https://crates.io/crates/ac-library-rs) ac-library-rs is a rust port of AtCoder Library (ACL). From 87708b48158c025333dfb35f258cd054f24e1dd3 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 9 Apr 2023 22:14:28 +0900 Subject: [PATCH 2/2] Start next development iteration 0.2.0-alpha.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd0ae93..6741646 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ac-library-rs" -version = "0.1.0" +version = "0.2.0-alpha.1" edition = "2018" rust-version = "1.42" description = "A Rust port of AtCoder Library (ACL)."