diff --git a/AUTHORS.md b/AUTHORS.md index 1455eb60..3afe407b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,9 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|608 +@myii|[@myii](https://github.com/myii)|610 @dafyddj|[@dafyddj](https://github.com/dafyddj)|2 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-28. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-06. diff --git a/CHANGELOG.md b/CHANGELOG.md index 229ba12c..3653ebfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.186.0](https://github.com/myii/ssf-formula/compare/v1.185.0...v1.186.0) (2020-07-06) + + +### Features + +* **gemfile.lock:** use `bundle update` to get latest gems [2020-W27] ([f873c66](https://github.com/myii/ssf-formula/commit/f873c661fc88b93cfbcdcdbcb36be0ebda0c631c)) + # [1.185.0](https://github.com/myii/ssf-formula/compare/v1.184.0...v1.185.0) (2020-06-28) diff --git a/FORMULA b/FORMULA index ab2c29fc..3bead356 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.185.0 +version: 1.186.0 release: 1 minimum_version: 2017.7 summary: ssf formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 8e6838e5..cb781fff 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 `_ - - 608 + - 610 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 2 @@ -23,4 +23,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 2020-06-28. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-06. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 310cf4ec..c0d27a5d 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.186.0 `_ (2020-07-06) +--------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **gemfile.lock:** use ``bundle update`` to get latest gems [2020-W27] (\ `f873c66 `_\ ) + `1.185.0 `_ (2020-06-28) ---------------------------------------------------------------------------------------------