Skip to content

Commit 416824e

Browse files
chore(release): 0.10.1 [skip ci]
## [0.10.1](v0.10.0...v0.10.1) (2020-04-06) ### Tests * **yaml_dump:** add functionality, initial tests & add to Kitchen ([76d43f5](76d43f5))
1 parent b589a09 commit 416824e

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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)|39
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)|41
88
<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)|11
99
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/6215293?v=4' width='36' height='36' alt='@0xf10e'>|[@0xf10e](https://github.com/0xf10e)|10
1010
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|10
@@ -28,4 +28,4 @@ Avatar|Contributor|Contributions
2828

2929
---
3030

31-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-02-27.
31+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-06.

CHANGELOG.md

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

3+
## [0.10.1](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.0...v0.10.1) (2020-04-06)
4+
5+
6+
### Tests
7+
8+
* **yaml_dump:** add functionality, initial tests & add to Kitchen ([76d43f5](https://github.com/saltstack-formulas/dhcpd-formula/commit/76d43f57595d595883b766c4bded8401d3fd0175))
9+
310
# [0.10.0](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.9.0...v0.10.0) (2020-02-27)
411

512

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: dhcpd
22
os: Debian, Ubuntu, Raspbian, RedHat, CentOS, Arch, FreeBSD
33
os_family: Debian, RedHat, Arch, FreeBSD
4-
version: 0.10.0
4+
version: 0.10.1
55
release: 1
66
minimum_version: 2016.11
77
summary: DHCPD formula

docs/AUTHORS.rst

Lines changed: 2 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-
- 39
18+
- 41
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2020
- `@aboe76 <https://github.com/aboe76>`_
2121
- 11
@@ -80,4 +80,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
8080

8181
----
8282

83-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-02-27.
83+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-04-06.

docs/CHANGELOG.rst

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

5+
`0.10.1 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.0...v0.10.1>`_ (2020-04-06)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Tests
9+
^^^^^
10+
11+
12+
* **yaml_dump:** add functionality, initial tests & add to Kitchen (\ `76d43f5 <https://github.com/saltstack-formulas/dhcpd-formula/commit/76d43f57595d595883b766c4bded8401d3fd0175>`_\ )
13+
514
`0.10.0 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.9.0...v0.10.0>`_ (2020-02-27)
615
---------------------------------------------------------------------------------------------------------
716

0 commit comments

Comments
 (0)