diff --git a/Cargo.toml b/Cargo.toml index 7bf7048..a4aa7f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "simple-fatfs" -version = "0.1.0" +version = "0.1.0-alpha.1" edition = "2021" +description = "A simple-to-use FAT filesystem library for Rust (mainly targeted at embedded systems)" +license = "MIT" +repository = "https://github.com/Oakchris1955/simple-fatfs" +exclude = ["/.github", ".vscode", "/imgs", "**/*cliff*"] [dependencies] bitfield-struct = "0.8.0" diff --git a/README.md b/README.md index 7a932e3..07f01eb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # simple-fatfs +[![CI Status](https://github.com/Oakchris1955/simple-fatfs/actions/workflows/test.yml/badge.svg)](https://github.com/Oakchris1955/simple-fatfs/actions/workflows/test.yml) +![GitHub License](https://img.shields.io/github/license/Oakchris1955/simple-fatfs?color=blue) +[![Crates.io Version](https://img.shields.io/crates/v/simple-fatfs)](https://crates.io/crates/simple-fatfs) +[![docs.rs](https://docs.rs/simple-fatfs/badge.svg)](https://docs.rs/simple-fatfs) +![Crates.io MSRV](https://img.shields.io/crates/msrv/simple-fatfs) + A simple-to-use filesystem driver for the File Allocation Table (FAT) ## Motive diff --git a/cliff.toml b/cliff.toml index abd66ff..47a1643 100644 --- a/cliff.toml +++ b/cliff.toml @@ -36,6 +36,10 @@ footer = """ [{{ release.version | trim_start_matches(pat="v") }}]: \ https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}\ /compare/{{ release.previous.version }}..{{ release.version }} + {% else %} + [{{ release.version | trim_start_matches(pat="v") }}]: \ + https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}\ + /tree/{{ release.version }} {% endif -%} {% else -%} [Unreleased]: \