Skip to content

Commit

Permalink
Bump version, updated links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbrkfxrpt committed Aug 3, 2024
1 parent a5b41dc commit de3f965
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "maybe-multiple"
description = "An extension of `Option` which can hold none, one or multiple elements"
readme = "README.md"

version = "0.1.0"
version = "0.2.0"
edition = "2021"

license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# `🎰 maybe-multiple`

![build](https://github.com/bmc-labs/maybe-multiple/actions/workflows/build.yaml/badge.svg?branch=main)
![docs badge](https://img.shields.io/badge/docs-latest-blue?link=https%3A%2F%2Fdocs.rs%2Fmaybe-multiple%2Flatest%2Fmaybe_multiple%2F)
[![build](https://github.com/bmc-labs/maybe-multiple/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/bmc-labs/maybe-multiple/actions)
[![docs](https://img.shields.io/badge/docs-latest-blue?link=https%3A%2F%2Fdocs.rs%2Fmaybe-multiple%2Flatest%2Fmaybe_multiple%2F)](https://docs.rs/maybe-multiple/latest/maybe_multiple)

**An extension of `Option` which can hold none, one or multiple elements**

Expand Down

0 comments on commit de3f965

Please sign in to comment.