diff --git a/AUTHORS.md b/AUTHORS.md index aa294b0..ff68c93 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 :-:|---|:-: -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|27 -@myii|[@myii](https://github.com/myii)|3 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|30 +@myii|[@myii](https://github.com/myii)|5 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-01. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-15. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7342684..f3cbc4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.1](https://github.com/saltstack-formulas/jetbrains-clion-formula/compare/v1.0.0...v1.0.1) (2020-06-15) + + +### Bug Fixes + +* **edition:** better edition jinja code ([3a6f3ba](https://github.com/saltstack-formulas/jetbrains-clion-formula/commit/3a6f3bac8f0027eea350a1fc04776aedad242674)) + + +### Documentation + +* **readme:** updated formatting ([a352da9](https://github.com/saltstack-formulas/jetbrains-clion-formula/commit/a352da9407d9f2971f1b0417fd4f909201e7254f)) + # [1.0.0](https://github.com/saltstack-formulas/jetbrains-clion-formula/compare/v0.1.0...v1.0.0) (2020-06-01) diff --git a/FORMULA b/FORMULA index b06df15..39b72e9 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: clion 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: clion formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 07a2842..46e0236 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,12 +15,12 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 27 + - 30 * - :raw-html-m2r:`@myii` - `@myii `_ - - 3 + - 5 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-06-01. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-06-15. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 000d417..9ac6018 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.0.1 `_ (2020-06-15) +----------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **edition:** better edition jinja code (\ `3a6f3ba `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** updated formatting (\ `a352da9 `_\ ) + `1.0.0 `_ (2020-06-01) -----------------------------------------------------------------------------------------------------------------