Skip to content

Commit

Permalink
docs: readme badges and links
Browse files Browse the repository at this point in the history
  • Loading branch information
Coenraad Human committed Jun 4, 2024
1 parent d8b1a5e commit f57d9bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<tr>
<td colspan="7"><em><strong>Unreleased</strong></em>
</tr>
<tr>
<td>1.10.2</td>
<td>Documentation</td>
<td>Readme badges and links.</td>
<td> </td>
<td> </td>
<td><a href="coen.human@gmail.com">Coenraad Human</a></td>
<td><a href="noreply@github.com">GitHub</a></td>
</tr>
<tr>
<td>1.10.1</td>
<td>Documentation</td>
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gib"
version = "1.10.1"
version = "1.10.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103) [![GitHub license](https://img.shields.io/badge/licence-GPL--3.0-blue)](LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](.github/CONTRIBUTING.md)[![Image of github-profile-views-counter](https://github.com/coenraadhuman/github-profile-views-counter/blob/master/svg/613868422/badge.svg)](https://github.com/coenraadhuman/github-profile-views-counter/blob/master/readme/613868422/year.md)![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/coenraadhuman/gib/total?label=Github%20Downloads)
![Docker Pulls](https://img.shields.io/docker/pulls/coenraadhuman/gib?label=Docker%20Hub%20Pulls)
![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103) [![GitHub license](https://img.shields.io/badge/licence-GPL--3.0-blue)](LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/coenraadhuman/gib/fork) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/coenraadhuman/gib/update-version-changelog.yaml?branch=main)](https://github.com/coenraadhuman/gib/actions/workflows/update-version-changelog.yaml)
[![Image of github-profile-views-counter](https://github.com/coenraadhuman/github-profile-views-counter/blob/master/svg/613868422/badge.svg)](https://github.com/coenraadhuman/github-profile-views-counter/blob/master/readme/613868422/year.md) [![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/coenraadhuman/gib/total?label=Github%20Downloads)](https://github.com/coenraadhuman/gib/releases/latest) [![Docker Pulls](https://img.shields.io/docker/pulls/coenraadhuman/gib?label=Docker%20Hub%20Pulls)](https://hub.docker.com/r/coenraadhuman/gib)

# gib

Expand Down Expand Up @@ -120,4 +120,4 @@ $ docker run -v $PWD:/app ghcr.io/coenraadhuman/gib:latest changelog > CHANGELOG
- [Semantic Version](https://semver.org/)
- [Conventional Commits](https://www.conventionalcommits.org/en/)
- [Conventional Commit Types](https://github.com/semantic-gitlog/semantic-gitlog/blob/master/docs/en-us/fundamentals/commit-types.md)
- [Conventional Commit Types](https://github.com/semantic-gitlog/semantic-gitlog/blob/master/docs/en-us/fundamentals/commit-types.md)

0 comments on commit f57d9bd

Please sign in to comment.