From edf4871e7042cc2b421caa6f8af4dd8d905b4b50 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Apr 2022 08:17:55 +0000 Subject: [PATCH] chore(release): 1.380.0 [skip ci] # [1.380.0](https://github.com/myii/ssf-formula/compare/v1.379.0...v1.380.0) (2022-04-25) ### Features * **gemfile.lock:** use `bundle update` to get latest gems [2022-W17] ([438e003](https://github.com/myii/ssf-formula/commit/438e003a6be2aad6370d33a044610afe9bdaa7ca)) --- AUTHORS.md | 2 +- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 2 +- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index abda8bd..68195ef 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|1177 +@myii|[@myii](https://github.com/myii)|1179 @dafyddj|[@dafyddj](https://github.com/dafyddj)|6 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 119f860..f36b5a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.380.0](https://github.com/myii/ssf-formula/compare/v1.379.0...v1.380.0) (2022-04-25) + + +### Features + +* **gemfile.lock:** use `bundle update` to get latest gems [2022-W17] ([438e003](https://github.com/myii/ssf-formula/commit/438e003a6be2aad6370d33a044610afe9bdaa7ca)) + # [1.379.0](https://github.com/myii/ssf-formula/compare/v1.378.0...v1.379.0) (2022-04-25) diff --git a/FORMULA b/FORMULA index d2085e5..4f25e3f 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: ssf os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 1.379.0 +version: 1.380.0 release: 1 minimum_version: 2017.7 summary: ssf formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index c4ba482..c1297c0 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 1177 + - 1179 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 6 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7bad59a..4259eff 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.380.0 `_ (2022-04-25) +--------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **gemfile.lock:** use ``bundle update`` to get latest gems [2022-W17] (\ `438e003 `_\ ) + `1.379.0 `_ (2022-04-25) ---------------------------------------------------------------------------------------------