Skip to content

Commit 32bb7cd

Browse files
chore(release): 0.22.0 [skip ci]
# [0.22.0](v0.21.0...v0.22.0) (2019-09-13) ### Continuous Integration * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([1d418e9](1d418e9)) ### Features * **formula:** add `openssh-formula` ([cc13b86](cc13b86))
1 parent 8beec72 commit 32bb7cd

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-5
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|66
7+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|70
88

99
---
1010

11-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-12.
11+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-13.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# [0.22.0](https://github.com/myii/ssf-formula/compare/v0.21.0...v0.22.0) (2019-09-13)
4+
5+
6+
### Continuous Integration
7+
8+
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([1d418e9](https://github.com/myii/ssf-formula/commit/1d418e9))
9+
10+
11+
### Features
12+
13+
* **formula:** add `openssh-formula` ([cc13b86](https://github.com/myii/ssf-formula/commit/cc13b86))
14+
315
# [0.21.0](https://github.com/myii/ssf-formula/compare/v0.20.0...v0.21.0) (2019-09-12)
416

517

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ssf
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 0.21.0
4+
version: 0.22.0
55
release: 1
66
minimum_version: 2017.7
77
summary: ssf formula

docs/AUTHORS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 66
18+
- 70
1919

2020

2121
----
2222

23-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-12.
23+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-13.

docs/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
=========
44

5+
`0.22.0 <https://github.com/myii/ssf-formula/compare/v0.21.0...v0.22.0>`_ (2019-09-13)
6+
------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ `1d418e9 <https://github.com/myii/ssf-formula/commit/1d418e9>`_\ )
13+
14+
Features
15+
^^^^^^^^
16+
17+
18+
* **formula:** add ``openssh-formula`` (\ `cc13b86 <https://github.com/myii/ssf-formula/commit/cc13b86>`_\ )
19+
520
`0.21.0 <https://github.com/myii/ssf-formula/compare/v0.20.0...v0.21.0>`_ (2019-09-12)
621
------------------------------------------------------------------------------------------
722

0 commit comments

Comments
 (0)