diff --git a/AUTHORS.md b/AUTHORS.md index 389f52a..1030581 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,9 +4,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|48 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|54 +@myii|[@myii](https://github.com/myii)|6 @aboe76|[@aboe76](https://github.com/aboe76)|2 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-16. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-25. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2751854..21995d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.1](https://github.com/saltstack-formulas/sqlplus-formula/compare/v1.0.0...v1.0.1) (2020-07-25) + + +### Bug Fixes + +* **macos:** no homebrew tar package ([920c3a4](https://github.com/saltstack-formulas/sqlplus-formula/commit/920c3a4b0af38550ab2ea0c243613eddc4019aab)) + + +### Styles + +* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([6b724e0](https://github.com/saltstack-formulas/sqlplus-formula/commit/6b724e032ef19941d367b4bf6b563c15e4929572)) + # [1.0.0](https://github.com/saltstack-formulas/sqlplus-formula/compare/v0.3.0...v1.0.0) (2020-06-16) diff --git a/FORMULA b/FORMULA index fc8de4d..6ef292a 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: sqlplus os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, 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.0.0 +version: 1.0.1 release: 1 minimum_version: 2019.2 summary: sqlplus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ce80717..44392ab 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 48 + - 54 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 6 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 2 @@ -23,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 2020-06-16. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-25. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index bb28f64..5060170 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.0.1 `_ (2020-07-25) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **macos:** no homebrew tar package (\ `920c3a4 `_\ ) + +Styles +^^^^^^ + + +* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `6b724e0 `_\ ) + `1.0.0 `_ (2020-06-16) ---------------------------------------------------------------------------------------------------------