From 28aa55d95d75ccc26ede30fe29cd4dd39b8e4031 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Sep 2021 12:54:51 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/saltstack-formulas/docker-formula/compare/v2.2.0...v2.3.0) (2021-09-08) ### Features * **ng:** improve ng.clean state and ci ([#300](https://github.com/saltstack-formulas/docker-formula/issues/300)) ([92883e2](https://github.com/saltstack-formulas/docker-formula/commit/92883e288cb9d0d76695e6f3867a2f6e3d5bef74)) --- 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 2147a4bd..3b1457d6 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 :-:|---|:-: -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|122 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|123 @myii|[@myii](https://github.com/myii)|90 @cdarwin|[@cdarwin](https://github.com/cdarwin)|25 @gravyboat|[@gravyboat](https://github.com/gravyboat)|22 diff --git a/CHANGELOG.md b/CHANGELOG.md index 577a81c9..6e04c9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [2.3.0](https://github.com/saltstack-formulas/docker-formula/compare/v2.2.0...v2.3.0) (2021-09-08) + + +### Features + +* **ng:** improve ng.clean state and ci ([#300](https://github.com/saltstack-formulas/docker-formula/issues/300)) ([92883e2](https://github.com/saltstack-formulas/docker-formula/commit/92883e288cb9d0d76695e6f3867a2f6e3d5bef74)) + # [2.2.0](https://github.com/saltstack-formulas/docker-formula/compare/v2.1.1...v2.2.0) (2021-09-08) diff --git a/FORMULA b/FORMULA index 49e9aba3..53263b82 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.2.0 +version: 2.3.0 release: 1 minimum_version: 2017.7 summary: docker formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 4362fd0c..faf1300b 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:`@noelmcloughlin` - `@noelmcloughlin `_ - - 122 + - 123 * - :raw-html-m2r:`@myii` - `@myii `_ - 90 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 3ae6a4dd..53dcddec 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`2.3.0 `_ (2021-09-08) +-------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **ng:** improve ng.clean state and ci (\ `#300 `_\ ) (\ `92883e2 `_\ ) + `2.2.0 `_ (2021-09-08) --------------------------------------------------------------------------------------------------------