From dae8c0142034ca547e41a422d32b8d22c49cfc73 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Dec 2024 22:36:26 +0000 Subject: [PATCH] chore(release): 0.14.1 [skip ci] ## [0.14.1](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.14.0...v0.14.1) (2024-12-17) ### Tests * **pre-commit:** update pre-commit hooks ([f4ab681](https://github.com/saltstack-formulas/logrotate-formula/commit/f4ab6819a17f710e32353adce49ec9a2a03083db)) --- AUTHORS.md | 5 +++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 11 +++++++---- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 27 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 459310c..ed89c74 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -12,8 +12,8 @@ Avatar|Contributor|Contributions @nmadhok|[@nmadhok](https://github.com/nmadhok)|8 @fessoga5|[@fessoga5](https://github.com/fessoga5)|5 @waynegemmell|[@waynegemmell](https://github.com/waynegemmell)|5 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|4 @wwentland|[@wwentland](https://github.com/wwentland)|4 -@dafyddj|[@dafyddj](https://github.com/dafyddj)|3 @asenci|[@asenci](https://github.com/asenci)|2 @egarbi|[@egarbi](https://github.com/egarbi)|2 @mdschmitt|[@mdschmitt](https://github.com/mdschmitt)|2 @@ -30,7 +30,8 @@ Avatar|Contributor|Contributions @edwin--zhao|[@edwin--zhao](https://github.com/edwin--zhao)|1 @mdubois83|[@mdubois83](https://github.com/mdubois83)|1 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|1 +@sylvainfaivre|[@sylvainfaivre](https://github.com/sylvainfaivre)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-08-29. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2024-12-17. diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f1bb5..386d16a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.1](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.14.0...v0.14.1) (2024-12-17) + + +### Tests + +* **pre-commit:** update pre-commit hooks ([f4ab681](https://github.com/saltstack-formulas/logrotate-formula/commit/f4ab6819a17f710e32353adce49ec9a2a03083db)) + # [0.14.0](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.13.2...v0.14.0) (2022-08-29) diff --git a/FORMULA b/FORMULA index a295075..83ff1a2 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: logrotate os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.14.0 +version: 0.14.1 release: 1 minimum_version: 2016.11 summary: logrotate formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 47ec95b..e97b9d7 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -37,12 +37,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@waynegemmell` - `@waynegemmell `_ - 5 + * - :raw-html-m2r:`@dafyddj` + - `@dafyddj `_ + - 4 * - :raw-html-m2r:`@wwentland` - `@wwentland `_ - 4 - * - :raw-html-m2r:`@dafyddj` - - `@dafyddj `_ - - 3 * - :raw-html-m2r:`@asenci` - `@asenci `_ - 2 @@ -91,8 +91,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 1 + * - :raw-html-m2r:`@sylvainfaivre` + - `@sylvainfaivre `_ + - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-08-29. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2024-12-17. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d16afe8..7ba8bc4 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.14.1 `_ (2024-12-17) +-------------------------------------------------------------------------------------------------------------- + +Tests +^^^^^ + + +* **pre-commit:** update pre-commit hooks (\ `f4ab681 `_\ ) + `0.14.0 `_ (2022-08-29) --------------------------------------------------------------------------------------------------------------