Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0](v0.4.0...v0.5.0) (2019-10-05)

### Code Refactoring

* **pillars:** extract default values to pillars ([72299cc](72299cc))

### Features

* **tofs:** add TOFS pattern ([7222790](7222790))
  • Loading branch information
semantic-release-bot committed Oct 5, 2019
1 parent 7f04116 commit c506dcf
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 7 deletions.
6 changes: 3 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord

Avatar|Contributor|Contributions
:-:|---|:-:
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|14
<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)|6
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|16
<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)|7
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/21060556?v=4' width='36' height='36' alt='@McPcholkin'>|[@McPcholkin](https://github.com/McPcholkin)|3
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2094680?v=4' width='36' height='36' alt='@daschatten'>|[@daschatten](https://github.com/daschatten)|3
<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)|2
Expand All @@ -17,4 +17,4 @@ Avatar|Contributor|Contributions

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-04.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-05.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# [0.5.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.4.0...v0.5.0) (2019-10-05)


### Code Refactoring

* **pillars:** extract default values to pillars ([72299cc](https://github.com/saltstack-formulas/exim-formula/commit/72299cc))


### Features

* **tofs:** add TOFS pattern ([7222790](https://github.com/saltstack-formulas/exim-formula/commit/7222790))

# [0.4.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.3.0...v0.4.0) (2019-10-04)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: exim
os: Debian, Ubuntu
os_family: Debian
version: 0.4.0
version: 0.5.0
release: 1
minimum_version: 2017.7
summary: Exim formula
Expand Down
6 changes: 3 additions & 3 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
- `@n-rodriguez <https://github.com/n-rodriguez>`_
- 14
- 16
* - :raw-html-m2r:`<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>`_
- 6
- 7
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/21060556?v=4' width='36' height='36' alt='@McPcholkin'>`
- `@McPcholkin <https://github.com/McPcholkin>`_
- 3
Expand Down Expand Up @@ -47,4 +47,4 @@ This list is sorted by the number of commits per contributor in *descending* ord

----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-04.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-05.
15 changes: 15 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog
=========

`0.5.0 <https://github.com/saltstack-formulas/exim-formula/compare/v0.4.0...v0.5.0>`_ (2019-10-05)
------------------------------------------------------------------------------------------------------

Code Refactoring
^^^^^^^^^^^^^^^^


* **pillars:** extract default values to pillars (\ `72299cc <https://github.com/saltstack-formulas/exim-formula/commit/72299cc>`_\ )

Features
^^^^^^^^


* **tofs:** add TOFS pattern (\ `7222790 <https://github.com/saltstack-formulas/exim-formula/commit/7222790>`_\ )

`0.4.0 <https://github.com/saltstack-formulas/exim-formula/compare/v0.3.0...v0.4.0>`_ (2019-10-04)
------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit c506dcf

Please sign in to comment.