Skip to content

Commit c9db750

Browse files
committed
Add two more badges to README.md: for crates.io & docs.rs
1 parent c2affec commit c9db750

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
# (optional)
2121
changelog: CHANGELOG.md
22-
# (Optional) Format of title.
22+
# (optional) Format of title.
2323
# [default value: $tag]
2424
# [possible values: variables $tag, $version, and any string]
2525
title: $version
@@ -41,7 +41,8 @@ jobs:
4141
- uses: ilammy/setup-nasm@v1
4242
- uses: taiki-e/upload-rust-binary-action@v1
4343
with:
44-
# (required)
44+
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
45+
# Note that glob pattern is not supported yet.
4546
bin: reduce_image_size
4647
# (optional) On which platform to distribute the `.tar.gz` file.
4748
# [default value: unix]

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Optional argument for minimum file size for which a user would like to perform file size reduction.
1111
- It can come in three sizes: S, M, L, for 100 kB, 500 kB and 1 MB, respectively.
1212

13-
## [0.1.1-alpha] - 2023-12-30
14-
Testing...
15-
1613
## [0.1.0] - 2023-12-29
1714
This is the very first (initial) fully-functioning version of the library and the program.
1815

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Reduce Image Size
22

33
[![CI](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml/badge.svg)](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml)
4+
[![Crates.io](https://img.shields.io/crates/v/reduce_image_size.svg)](https://crates.io/crates/reduce_image_size)
5+
[![docs.rs](https://docs.rs/reduce_image_size/badge.svg)](https://docs.rs/reduce_image_size/)
46

57
## Description
68
Reduces size of images in a folder (and optionally sub-folders, recursively).

0 commit comments

Comments
 (0)