From f96d37aa4c075b6fce8c7adfd03b7c4feec6b982 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Feb 2022 09:12:52 +0000 Subject: [PATCH] chore(release): 1.362.0 [skip ci] # [1.362.0](https://github.com/myii/ssf-formula/compare/v1.361.0...v1.362.0) (2022-02-15) ### Features * **gemfile.lock:** use `bundle update` to get latest gems [2022-W07] ([3b0753f](https://github.com/myii/ssf-formula/commit/3b0753fcdeb0bc76484c83b706e9cc6016da5a67)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 46ce29ee..5bc35341 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,10 +4,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|1136 +@myii|[@myii](https://github.com/myii)|1138 @dafyddj|[@dafyddj](https://github.com/dafyddj)|6 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|2 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-14. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-15. diff --git a/CHANGELOG.md b/CHANGELOG.md index 81af89dd..6a2d490f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.362.0](https://github.com/myii/ssf-formula/compare/v1.361.0...v1.362.0) (2022-02-15) + + +### Features + +* **gemfile.lock:** use `bundle update` to get latest gems [2022-W07] ([3b0753f](https://github.com/myii/ssf-formula/commit/3b0753fcdeb0bc76484c83b706e9cc6016da5a67)) + # [1.361.0](https://github.com/myii/ssf-formula/compare/v1.360.1...v1.361.0) (2022-02-14) diff --git a/FORMULA b/FORMULA index 3ce8ce2b..21421396 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.361.0 +version: 1.362.0 release: 1 minimum_version: 2017.7 summary: ssf formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 9dbf262b..e71e9574 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 `_ - - 1136 + - 1138 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 6 @@ -26,4 +26,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-02-14. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-02-15. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index a6df38de..e5c405f0 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.362.0 `_ (2022-02-15) +--------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **gemfile.lock:** use ``bundle update`` to get latest gems [2022-W07] (\ `3b0753f `_\ ) + `1.361.0 `_ (2022-02-14) ---------------------------------------------------------------------------------------------