Skip to content

Commit f0f15ab

Browse files
chore(release): 0.7.4 [skip ci]
## [0.7.4](v0.7.3...v0.7.4) (2020-12-16) ### Continuous Integration * **gitlab-ci:** use GitLab CI as Travis CI replacement ([231b3d7](231b3d7)) * **pre-commit:** add to formula [skip ci] ([9ed7689](9ed7689)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([412249d](412249d)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([e7fc872](e7fc872)) ### Styles * **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([9572212](9572212))
1 parent 231b3d7 commit f0f15ab

File tree

5 files changed

+42
-5
lines changed

5 files changed

+42
-5
lines changed

AUTHORS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ 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)|65
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)|75
88
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|51
99
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/5823?v=4' width='36' height='36' alt='@jackscott'>|[@jackscott](https://github.com/jackscott)|11
1010
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|10
11+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|2
1112
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20354422?v=4' width='36' height='36' alt='@VoroOnestic'>|[@VoroOnestic](https://github.com/VoroOnestic)|2
1213
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/33034?v=4' width='36' height='36' alt='@Freeaqingme'>|[@Freeaqingme](https://github.com/Freeaqingme)|1
1314
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/75496?v=4' width='36' height='36' alt='@jeduardo'>|[@jeduardo](https://github.com/jeduardo)|1
@@ -16,4 +17,4 @@ Avatar|Contributor|Contributions
1617

1718
---
1819

19-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-17.
20+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16.

CHANGELOG.md

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

3+
## [0.7.4](https://github.com/saltstack-formulas/golang-formula/compare/v0.7.3...v0.7.4) (2020-12-16)
4+
5+
6+
### Continuous Integration
7+
8+
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([231b3d7](https://github.com/saltstack-formulas/golang-formula/commit/231b3d78d54add40d75b33030af7221cfe7da159))
9+
* **pre-commit:** add to formula [skip ci] ([9ed7689](https://github.com/saltstack-formulas/golang-formula/commit/9ed768930e8b13ae69f64ca608845a8593caf214))
10+
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([412249d](https://github.com/saltstack-formulas/golang-formula/commit/412249d76d1ae448b40943322342a1207acb0f8f))
11+
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([e7fc872](https://github.com/saltstack-formulas/golang-formula/commit/e7fc87265fc109db23a5d2ab7b9bd8520259718d))
12+
13+
14+
### Styles
15+
16+
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([9572212](https://github.com/saltstack-formulas/golang-formula/commit/95722127eb64a5f0192f89a80c1f15bed76743ac))
17+
318
## [0.7.3](https://github.com/saltstack-formulas/golang-formula/compare/v0.7.2...v0.7.3) (2020-06-17)
419

520

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: golang
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, 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.7.3
4+
version: 0.7.4
55
release: 1
66
minimum_version: 2019.2
77
summary: golang formula

docs/AUTHORS.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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-
- 65
18+
- 75
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
2020
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
2121
- 51
@@ -25,6 +25,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2626
- `@aboe76 <https://github.com/aboe76>`_
2727
- 10
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
29+
- `@dafyddj <https://github.com/dafyddj>`_
30+
- 2
2831
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20354422?v=4' width='36' height='36' alt='@VoroOnestic'>`
2932
- `@VoroOnestic <https://github.com/VoroOnestic>`_
3033
- 2
@@ -44,4 +47,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
4447

4548
----
4649

47-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-06-17.
50+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-16.

docs/CHANGELOG.rst

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

5+
`0.7.4 <https://github.com/saltstack-formulas/golang-formula/compare/v0.7.3...v0.7.4>`_ (2020-12-16)
6+
--------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `231b3d7 <https://github.com/saltstack-formulas/golang-formula/commit/231b3d78d54add40d75b33030af7221cfe7da159>`_\ )
13+
* **pre-commit:** add to formula [skip ci] (\ `9ed7689 <https://github.com/saltstack-formulas/golang-formula/commit/9ed768930e8b13ae69f64ca608845a8593caf214>`_\ )
14+
* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `412249d <https://github.com/saltstack-formulas/golang-formula/commit/412249d76d1ae448b40943322342a1207acb0f8f>`_\ )
15+
* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `e7fc872 <https://github.com/saltstack-formulas/golang-formula/commit/e7fc87265fc109db23a5d2ab7b9bd8520259718d>`_\ )
16+
17+
Styles
18+
^^^^^^
19+
20+
21+
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `9572212 <https://github.com/saltstack-formulas/golang-formula/commit/95722127eb64a5f0192f89a80c1f15bed76743ac>`_\ )
22+
523
`0.7.3 <https://github.com/saltstack-formulas/golang-formula/compare/v0.7.2...v0.7.3>`_ (2020-06-17)
624
--------------------------------------------------------------------------------------------------------
725

0 commit comments

Comments
 (0)