Skip to content

Commit

Permalink
Release version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Apr 18, 2024
2 parents e28dc54 + 144e0a3 commit 5d99d5c
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 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.32.17
uses: taiki-e/install-action@v2.32.20
with:
tool: cross
- name: Cache build artifacts
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ 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.2\...v0.1.3[0.1.3] - 2024-04-18

=== Changed

* Change to remove unnecessary files from the book
({pull-request-url}/32[#32])

== {compare-url}/v0.1.1\...v0.1.2[0.1.2] - 2024-04-16

=== Changed
Expand Down
18 changes: 9 additions & 9 deletions 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 @@ -4,7 +4,7 @@

[package]
name = "favico"
version = "0.1.2"
version = "0.1.3"
authors = ["Shun Sakai <sorairolake@protonmail.ch>"]
edition = "2021"
rust-version = "1.74.0"
Expand Down
1 change: 0 additions & 1 deletion docs/book/modules/ROOT/pages/man

This file was deleted.

1 change: 1 addition & 0 deletions docs/book/modules/ROOT/pages/man/man1/favico.1.adoc
1 change: 1 addition & 0 deletions docs/book/modules/ROOT/partials/man/man1/include
11 changes: 7 additions & 4 deletions docs/man/man1/favico.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ifdef::revnumber[:mansource: favico {revnumber}]
ifndef::revnumber[:mansource: favico]
:manmanual: General Commands Manual
:includedir: ./include
ifndef::site-gen-antora[:includedir: ./include]

== NAME

Expand Down Expand Up @@ -192,7 +192,8 @@ _IMAGE_::

Zsh.

include::{includedir}/section-exit-status.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-exit-status.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-exit-status.adoc[]]

== NOTES

Expand Down Expand Up @@ -234,9 +235,11 @@ Generate favicons from a WebP image:{blank}::

$ *favico -f webp input.webp*

include::{includedir}/section-reporting-bugs.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-reporting-bugs.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-reporting-bugs.adoc[]]

include::{includedir}/section-copyright.adoc[]
ifndef::site-gen-antora[include::{includedir}/section-copyright.adoc[]]
ifdef::site-gen-antora[include::partial$man/man1/include/section-copyright.adoc[]]

== SEE ALSO

Expand Down

0 comments on commit 5d99d5c

Please sign in to comment.