Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Nov 30, 2023
1 parent 5485c64 commit be2b635
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-subcommand"
version = "0.11.0"
version = "0.12.0"
authors = ["David Craven <[email protected]>", "Marijn Suijten <[email protected]>"]
edition = "2021"
description = "Library for creating cargo subcommands."
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `cargo-subcommand` library for building subcommands

[![Actions Status](https://github.com/rust-mobile/cargo-subcommand/actions/workflows/rust.yaml/badge.svg)](https://github.com/rust-mobile/cargo-subcommand/actions)
[![Latest version](https://img.shields.io/crates/v/cargo-subcommand.svg?logo=rust)](https://crates.io/crates/cargo-subcommand)
[![Documentation](https://docs.rs/cargo-subcommand/badge.svg)](https://docs.rs/cargo-subcommand)
[![Lines of code](https://tokei.rs/b1/github/rust-mobile/cargo-subcommand)](https://github.com/rust-mobile/cargo-subcommand)
![ISC](https://img.shields.io/badge/License-ISC-green.svg)

Is used by [`cargo-apk`](https://crates.io/crates/cargo-apk) and `cargo-flutter`.

# License
Expand Down

0 comments on commit be2b635

Please sign in to comment.