Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Apr 8, 2024
2 parents 74b173c + 8a617ed commit 79f0852
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
targets: ${{ matrix.target }}
- name: Install cross
if: ${{ matrix.use-cross }}
uses: taiki-e/install-action@v2.29.8
uses: taiki-e/install-action@v2.32.9
with:
tool: cross
- name: Cache build artifacts
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ All notable changes to this project will be documented in this file.
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
project adheres to https://semver.org/[Semantic Versioning].

== {compare-url}/v0.1.0\...v0.1.1[0.1.1] - 2024-04-08

=== Changed

* Add screenshot ({pull-request-url}/6[#6])

== {project-url}/releases/tag/v0.1.0[0.1.0] - 2024-03-26

=== Added
Expand Down
34 changes: 17 additions & 17 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "favico"
version = "0.1.0"
version = "0.1.1"
authors = ["Shun Sakai <sorairolake@protonmail.ch>"]
edition = "2021"
rust-version = "1.74.0"
Expand All @@ -26,7 +26,7 @@ clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
clap_complete = "4.5.1"
clap_complete_nushell = "4.5.1"
csscolorparser = "0.6.2"
image = "0.25.0"
image = "0.25.1"
indicatif = "0.17.8"
serde_json = { version = "1.0.115", features = ["preserve_order"] }
sysexits = "0.7.11"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ SPDX-License-Identifier: GPL-3.0-or-later

**favico** is a command-line utility for creating favicons.

![Screenshot of favico](assets/screenshot.webp)

## Installation

### From source
Expand Down
Binary file added assets/screenshot.webp
Binary file not shown.
3 changes: 3 additions & 0 deletions assets/screenshot.webp.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Shun Sakai

SPDX-License-Identifier: CC-BY-4.0
1 change: 1 addition & 0 deletions docs/book/modules/ROOT/images/screenshot.webp
2 changes: 2 additions & 0 deletions docs/book/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ image:{msrv-badge}[MSRV]
image:{license-badge}[License]

**favico** is a command-line utility for creating favicons.

image::screenshot.webp[Screenshot of favico]
6 changes: 3 additions & 3 deletions package-lock.json

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

0 comments on commit 79f0852

Please sign in to comment.