Skip to content

Commit c4705d4

Browse files
chore(release): 0.2.1 [skip ci]
## [0.2.1](v0.2.0...v0.2.1) (2022-05-19) ### Bug Fixes * **config:** modify template to parse multi-level blocks correctly ([fc0b15c](fc0b15c)) ### Code Refactoring * **defaults:** remove yet unused parameters ([2ac89f4](2ac89f4))
1 parent 8c562d9 commit c4705d4

5 files changed

Lines changed: 34 additions & 3 deletions

File tree

AUTHORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|6
7+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|11
8+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|1
89

910
---
1011

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.2.1](https://github.com/saltstack-formulas/caddy-formula/compare/v0.2.0...v0.2.1) (2022-05-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **config:** modify template to parse multi-level blocks correctly ([fc0b15c](https://github.com/saltstack-formulas/caddy-formula/commit/fc0b15c04fe19cefe2534469c5b04bff2ab1557a))
9+
10+
11+
### Code Refactoring
12+
13+
* **defaults:** remove yet unused parameters ([2ac89f4](https://github.com/saltstack-formulas/caddy-formula/commit/2ac89f49cd3f191f560012acc3798edb02efc2f3))
14+
315
# [0.2.0](https://github.com/saltstack-formulas/caddy-formula/compare/v0.1.0...v0.2.0) (2022-05-19)
416

517

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: caddy
22
os: Debian, Ubuntu, Raspbian
33
os_family: Debian
4-
version: 0.2.0
4+
version: 0.2.1
55
release: 1
66
minimum_version: 2019.2
77
summary: caddy formula

docs/AUTHORS.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ 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://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
1717
- `@javierbertoli <https://github.com/javierbertoli>`_
18-
- 6
18+
- 11
19+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
20+
- `@myii <https://github.com/myii>`_
21+
- 1
1922

2023

2124
----

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.2.1 <https://github.com/saltstack-formulas/caddy-formula/compare/v0.2.0...v0.2.1>`_ (2022-05-19)
6+
-------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **config:** modify template to parse multi-level blocks correctly (\ `fc0b15c <https://github.com/saltstack-formulas/caddy-formula/commit/fc0b15c04fe19cefe2534469c5b04bff2ab1557a>`_\ )
13+
14+
Code Refactoring
15+
^^^^^^^^^^^^^^^^
16+
17+
18+
* **defaults:** remove yet unused parameters (\ `2ac89f4 <https://github.com/saltstack-formulas/caddy-formula/commit/2ac89f49cd3f191f560012acc3798edb02efc2f3>`_\ )
19+
520
`0.2.0 <https://github.com/saltstack-formulas/caddy-formula/compare/v0.1.0...v0.2.0>`_ (2022-05-19)
621
-------------------------------------------------------------------------------------------------------
722

0 commit comments

Comments
 (0)