Skip to content

Commit 1d0b735

Browse files
chore(release): 0.10.3 [skip ci]
## [0.10.3](v0.10.2...v0.10.3) (2020-04-06) ### Tests * **config_spec:** fix existing tests (repeating same control twice) ([3c7cd44](3c7cd44)) * **config_spec:** update with file contents to test ([0ae0a66](0ae0a66)) * **config_spec:** workaround spurious whitespace issues on CentOS ([f4e12c5](f4e12c5))
1 parent bcd867b commit 1d0b735

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
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)|43
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)|47
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

CHANGELOG.md

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

3+
## [0.10.3](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.2...v0.10.3) (2020-04-06)
4+
5+
6+
### Tests
7+
8+
* **config_spec:** fix existing tests (repeating same control twice) ([3c7cd44](https://github.com/saltstack-formulas/dhcpd-formula/commit/3c7cd4483a1b012c33e0b0b53f16d3982f8d7e22))
9+
* **config_spec:** update with file contents to test ([0ae0a66](https://github.com/saltstack-formulas/dhcpd-formula/commit/0ae0a660e8a02481495178e5996b9a0503613a7e))
10+
* **config_spec:** workaround spurious whitespace issues on CentOS ([f4e12c5](https://github.com/saltstack-formulas/dhcpd-formula/commit/f4e12c58b74d428421e80b77b2a1e92eb128b166))
11+
312
## [0.10.2](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.1...v0.10.2) (2020-04-06)
413

514

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.2
4+
version: 0.10.3
55
release: 1
66
minimum_version: 2016.11
77
summary: DHCPD formula

docs/AUTHORS.rst

Lines changed: 1 addition & 1 deletion
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-
- 43
18+
- 47
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

docs/CHANGELOG.rst

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

5+
`0.10.3 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.2...v0.10.3>`_ (2020-04-06)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Tests
9+
^^^^^
10+
11+
12+
* **config_spec:** fix existing tests (repeating same control twice) (\ `3c7cd44 <https://github.com/saltstack-formulas/dhcpd-formula/commit/3c7cd4483a1b012c33e0b0b53f16d3982f8d7e22>`_\ )
13+
* **config_spec:** update with file contents to test (\ `0ae0a66 <https://github.com/saltstack-formulas/dhcpd-formula/commit/0ae0a660e8a02481495178e5996b9a0503613a7e>`_\ )
14+
* **config_spec:** workaround spurious whitespace issues on CentOS (\ `f4e12c5 <https://github.com/saltstack-formulas/dhcpd-formula/commit/f4e12c58b74d428421e80b77b2a1e92eb128b166>`_\ )
15+
516
`0.10.2 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.1...v0.10.2>`_ (2020-04-06)
617
----------------------------------------------------------------------------------------------------------
718

0 commit comments

Comments
 (0)