Skip to content

Commit 99c0fb2

Browse files
chore(release): 1.33.1 [skip ci]
## [1.33.1](v1.33.0...v1.33.1) (2019-10-17) ### Bug Fixes * **git:** tighten up scripts to avoid inconsistencies ([](778c7bb)) ### Code Refactoring * **git:** quote `True` and `False` where used as strings ([](ad115ec)) * **git:** use boolean versions of `PUSH_ACTIVE` and `PUSH_VIA_PR` ([](817f0d3))
1 parent 817f0d3 commit 99c0fb2

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-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)|221
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)|226
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-10-15.
11+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-17.

CHANGELOG.md

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

3+
## [1.33.1](https://github.com/myii/ssf-formula/compare/v1.33.0...v1.33.1) (2019-10-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **git:** tighten up scripts to avoid inconsistencies ([](https://github.com/myii/ssf-formula/commit/778c7bb))
9+
10+
11+
### Code Refactoring
12+
13+
* **git:** quote `True` and `False` where used as strings ([](https://github.com/myii/ssf-formula/commit/ad115ec))
14+
* **git:** use boolean versions of `PUSH_ACTIVE` and `PUSH_VIA_PR` ([](https://github.com/myii/ssf-formula/commit/817f0d3))
15+
316
# [1.33.0](https://github.com/myii/ssf-formula/compare/v1.32.0...v1.33.0) (2019-10-15)
417

518

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: 1.33.0
4+
version: 1.33.1
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-
- 221
18+
- 226
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-10-15.
23+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-17.

docs/CHANGELOG.rst

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

5+
`1.33.1 <https://github.com/myii/ssf-formula/compare/v1.33.0...v1.33.1>`_ (2019-10-17)
6+
------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **git:** tighten up scripts to avoid inconsistencies (\ ` <https://github.com/myii/ssf-formula/commit/778c7bb>`_\ )
13+
14+
Code Refactoring
15+
^^^^^^^^^^^^^^^^
16+
17+
18+
* **git:** quote ``True`` and ``False`` where used as strings (\ ` <https://github.com/myii/ssf-formula/commit/ad115ec>`_\ )
19+
* **git:** use boolean versions of ``PUSH_ACTIVE`` and ``PUSH_VIA_PR`` (\ ` <https://github.com/myii/ssf-formula/commit/817f0d3>`_\ )
20+
521
`1.33.0 <https://github.com/myii/ssf-formula/compare/v1.32.0...v1.33.0>`_ (2019-10-15)
622
------------------------------------------------------------------------------------------
723

0 commit comments

Comments
 (0)