Skip to content

Commit

Permalink
chore(release): 0.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.4](v0.1.3...v0.1.4) (2019-05-13)

### Bug Fixes

* **formula:** add only supported distros to FORMULA file ([9fbc9ec](9fbc9ec))
* **gitignore:** update .gitignore from template-formula ([90b261c](90b261c))

### Documentation

* **readme:** fix testing section indentation ([bf7de8d](bf7de8d))
* **readme:** update readme with testing info ([773d23e](773d23e))
  • Loading branch information
semantic-release-bot committed May 13, 2019
1 parent 75f44bf commit d53239b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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)|48
<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)|54
<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://avatars0.githubusercontent.com/u/8395913?v=4' width='36' height='36' alt='@aanriot'>|[@aanriot](https://github.com/aanriot)|3

Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.4](https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.3...v0.1.4) (2019-05-13)


### Bug Fixes

* **formula:** add only supported distros to FORMULA file ([9fbc9ec](https://github.com/saltstack-formulas/rkhunter-formula/commit/9fbc9ec))
* **gitignore:** update .gitignore from template-formula ([90b261c](https://github.com/saltstack-formulas/rkhunter-formula/commit/90b261c))


### Documentation

* **readme:** fix testing section indentation ([bf7de8d](https://github.com/saltstack-formulas/rkhunter-formula/commit/bf7de8d))
* **readme:** update readme with testing info ([773d23e](https://github.com/saltstack-formulas/rkhunter-formula/commit/773d23e))

## [0.1.3](https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.2...v0.1.3) (2019-05-13)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: rkhunter
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS
version: 0.1.3
version: 0.1.4
release: 1
minimum_version: 2016.11
summary: Rkhunter formula
Expand Down
2 changes: 1 addition & 1 deletion docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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>`_
- 48
- 54
* - :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>`_
- 7
Expand Down
17 changes: 17 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
=========

`0.1.4 <https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.3...v0.1.4>`_ (2019-05-13)
----------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **formula:** add only supported distros to FORMULA file (\ `9fbc9ec <https://github.com/saltstack-formulas/rkhunter-formula/commit/9fbc9ec>`_\ )
* **gitignore:** update .gitignore from template-formula (\ `90b261c <https://github.com/saltstack-formulas/rkhunter-formula/commit/90b261c>`_\ )

Documentation
^^^^^^^^^^^^^


* **readme:** fix testing section indentation (\ `bf7de8d <https://github.com/saltstack-formulas/rkhunter-formula/commit/bf7de8d>`_\ )
* **readme:** update readme with testing info (\ `773d23e <https://github.com/saltstack-formulas/rkhunter-formula/commit/773d23e>`_\ )

`0.1.3 <https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.2...v0.1.3>`_ (2019-05-13)
----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit d53239b

Please sign in to comment.