From 6bd519243d68f63fe7a837d0f4a9f230acc3bdd1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Sep 2021 19:15:25 +0000 Subject: [PATCH] chore(release): 2.3.1 [skip ci] ## [2.3.1](https://github.com/saltstack-formulas/docker-formula/compare/v2.3.0...v2.3.1) (2021-09-09) ### Bug Fixes * **windows:** pip install as user ([#306](https://github.com/saltstack-formulas/docker-formula/issues/306)) ([df35704](https://github.com/saltstack-formulas/docker-formula/commit/df35704ebf6f7906146eb6c4c9773ea9bed52259)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3b1457d6..6439cfa1 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|123 -@myii|[@myii](https://github.com/myii)|90 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|124 +@myii|[@myii](https://github.com/myii)|92 @cdarwin|[@cdarwin](https://github.com/cdarwin)|25 @gravyboat|[@gravyboat](https://github.com/gravyboat)|22 @aboe76|[@aboe76](https://github.com/aboe76)|21 @@ -63,4 +63,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-09-08. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-09-09. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e04c9b9..5527c05f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/saltstack-formulas/docker-formula/compare/v2.3.0...v2.3.1) (2021-09-09) + + +### Bug Fixes + +* **windows:** pip install as user ([#306](https://github.com/saltstack-formulas/docker-formula/issues/306)) ([df35704](https://github.com/saltstack-formulas/docker-formula/commit/df35704ebf6f7906146eb6c4c9773ea9bed52259)) + # [2.3.0](https://github.com/saltstack-formulas/docker-formula/compare/v2.2.0...v2.3.0) (2021-09-08) diff --git a/FORMULA b/FORMULA index 53263b82..e5d04ea2 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: docker 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: 2.3.0 +version: 2.3.1 release: 1 minimum_version: 2017.7 summary: docker formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index faf1300b..1cf3370d 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 123 + - 124 * - :raw-html-m2r:`@myii` - `@myii `_ - - 90 + - 92 * - :raw-html-m2r:`@cdarwin` - `@cdarwin `_ - 25 @@ -185,4 +185,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 2021-09-08. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-09-09. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 53dcddec..9471b58b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`2.3.1 `_ (2021-09-09) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **windows:** pip install as user (\ `#306 `_\ ) (\ `df35704 `_\ ) + `2.3.0 `_ (2021-09-08) --------------------------------------------------------------------------------------------------------