Skip to content

Commit

Permalink
chore(release): Release version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Jul 12, 2024
2 parents 0f5aaaf + 7e9bacf commit 6537a54
Show file tree
Hide file tree
Showing 73 changed files with 2,988 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
targets: ${{ matrix.target }}
- name: Install cross
if: ${{ matrix.use-cross }}
uses: taiki-e/[email protected].7
uses: taiki-e/[email protected].16
with:
tool: cross
- name: Cache build artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/REUSE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3.0.0
uses: fsfe/reuse-action@v4.0.0
1 change: 1 addition & 0 deletions AUTHORS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

== Contributors

* https://github.com/afh[Alexis Hildebrandt]
* https://github.com/orhun[Orhun Parmaksız]
4 changes: 4 additions & 0 deletions BUILD.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,7 @@ fd -t directory out ./target/*/build/qrtool-*
`optimize-output-png`::

Enable options to optimize output PNG image. This is enabled by default.

`output-as-ansi`::

Enable output using ANSI escape sequences. This is enabled by default.
17 changes: 17 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ 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.11.0\...v0.11.1[0.11.1] - 2024-07-12

=== Added

* Add support for PIC output format ({pull-request-url}/543[#543])
* Add ASCII string and ANSI escape sequences to the output format
({pull-request-url}/553[#553])
* Add values ​​for inverting foreground and background colors when the output format is a string ({pull-request-url}/553[#553])

=== Changed

* Rename `terminal` to `unicode`, and making `terminal` an alias for `unicode`
({pull-request-url}/553[#553])
* Change the `encode` command to return an error if `--type` is `terminal` and
the `--foreground` and/or `--background` options specify values ​​other than
the default ({pull-request-url}/531[#531])

== {compare-url}/v0.10.13\...v0.11.0[0.11.0] - 2024-07-03

=== Changed
Expand Down
9 changes: 7 additions & 2 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
= Contribution Guide
:git-flow-url: https://nvie.com/posts/a-successful-git-branching-model/
:commit-messages-guide-url: https://github.com/RomuloOliveira/commit-messages-guide
:conventionalcommits-url: https://www.conventionalcommits.org/en/v1.0.0/
ifdef::site-gen-antora[]
:coc-url: https://www.contributor-covenant.org/version/2/1/code_of_conduct/
endif::[]

Thank you for your interest in contributing to this project! If you would like
to contribute to this project, please follow the instructions below if possible.

== Branching model

The branching model of this project is based on the {git-flow-url}[git-flow].
Expand All @@ -17,7 +21,8 @@ The branching model of this project is based on the {git-flow-url}[git-flow].

=== Commit message

Please see the {commit-messages-guide-url}[Commit messages guide].
Please see the {commit-messages-guide-url}[Commit messages guide] and the
{conventionalcommits-url}[Conventional Commits].

== Submitting a pull request

Expand All @@ -26,7 +31,7 @@ Please see the {commit-messages-guide-url}[Commit messages guide].
. Create your patch. If your change is a feature or a bugfix, please add a test
case if possible. Note that the change must pass the CI.
. Please update the copyright information if possible. This project is
compliant with version 3.0 of the
compliant with version 3.2 of the
https://reuse.software/spec/[_REUSE Specification_].
https://github.com/fsfe/reuse-tool[`reuse`] is useful for updating the
copyright information.
Expand Down
Loading

0 comments on commit 6537a54

Please sign in to comment.