File tree Expand file tree Collapse file tree 4 files changed +35
-6
lines changed Expand file tree Collapse file tree 4 files changed +35
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Avatar|Contributor|Contributions
6
6
:-:|---|:-:
7
7
<img class =' float-left rounded-1 ' src =' https://avatars1.githubusercontent.com/u/117961?v=4 ' width =' 36 ' height =' 36 ' alt =' @babilen5 ' >|[ @babilen5 ] ( https://github.com/babilen5 ) |49
8
8
<img class =' float-left rounded-1 ' src =' https://avatars0.githubusercontent.com/u/223763?v=4 ' width =' 36 ' height =' 36 ' alt =' @alfredopalhares ' >|[ @alfredopalhares ] ( https://github.com/alfredopalhares ) |40
9
+ <img class =' float-left rounded-1 ' src =' https://avatars2.githubusercontent.com/u/10231489?v=4 ' width =' 36 ' height =' 36 ' alt =' @myii ' >|[ @myii ] ( https://github.com/myii ) |21
9
10
<img class =' float-left rounded-1 ' src =' https://avatars3.githubusercontent.com/u/3433835?v=4 ' width =' 36 ' height =' 36 ' alt =' @n-rodriguez ' >|[ @n-rodriguez ] ( https://github.com/n-rodriguez ) |17
10
- <img class =' float-left rounded-1 ' src =' https://avatars2.githubusercontent.com/u/10231489?v=4 ' width =' 36 ' height =' 36 ' alt =' @myii ' >|[ @myii ] ( https://github.com/myii ) |17
11
11
<img class =' float-left rounded-1 ' src =' https://avatars0.githubusercontent.com/u/3374962?v=4 ' width =' 36 ' height =' 36 ' alt =' @nmadhok ' >|[ @nmadhok ] ( https://github.com/nmadhok ) |7
12
12
<img class =' float-left rounded-1 ' src =' https://avatars0.githubusercontent.com/u/1800660?v=4 ' width =' 36 ' height =' 36 ' alt =' @aboe76 ' >|[ @aboe76 ] ( https://github.com/aboe76 ) |3
13
13
<img class =' float-left rounded-1 ' src =' https://avatars0.githubusercontent.com/u/288709?v=4 ' width =' 36 ' height =' 36 ' alt =' @ruimarinho ' >|[ @ruimarinho ] ( https://github.com/ruimarinho ) |3
@@ -23,4 +23,4 @@ Avatar|Contributor|Contributions
23
23
24
24
---
25
25
26
- Auto-generated by a [ forked version] ( https://github.com/myii/maintainer ) of [ gaocegege/maintainer] ( https://github.com/gaocegege/maintainer ) on 2019-10-10 .
26
+ Auto-generated by a [ forked version] ( https://github.com/myii/maintainer ) of [ gaocegege/maintainer] ( https://github.com/gaocegege/maintainer ) on 2019-10-12 .
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.2] ( https://github.com/saltstack-formulas/influxdb-formula/compare/v0.3.1...v0.3.2 ) (2019-10-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** rubocop:** add fixes using ` rubocop --safe-auto-correct ` ([ ] ( https://github.com/saltstack-formulas/influxdb-formula/commit/a9245c2 ) )
9
+
10
+
11
+ ### Continuous Integration
12
+
13
+ * merge travis matrix, add ` salt-lint ` & ` rubocop ` to ` lint ` job ([ ] ( https://github.com/saltstack-formulas/influxdb-formula/commit/b8049e2 ) )
14
+ * ** travis:** merge ` rubocop ` linter into main ` lint ` job ([ ] ( https://github.com/saltstack-formulas/influxdb-formula/commit/84c5486 ) )
15
+
3
16
## [ 0.3.1] ( https://github.com/saltstack-formulas/influxdb-formula/compare/v0.3.0...v0.3.1 ) (2019-10-10)
4
17
5
18
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ This list is sorted by the number of commits per contributor in *descending* ord
19
19
* - :raw-html-m2r: `<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/223763?v=4' width='36' height='36' alt='@alfredopalhares'> `
20
20
- `@alfredopalhares <https://github.com/alfredopalhares >`_
21
21
- 40
22
- * - :raw-html-m2r: `<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'> `
23
- - `@n-rodriguez <https://github.com/n-rodriguez >`_
24
- - 17
25
22
* - :raw-html-m2r: `<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'> `
26
23
- `@myii <https://github.com/myii >`_
24
+ - 21
25
+ * - :raw-html-m2r: `<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'> `
26
+ - `@n-rodriguez <https://github.com/n-rodriguez >`_
27
27
- 17
28
28
* - :raw-html-m2r: `<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'> `
29
29
- `@nmadhok <https://github.com/nmadhok >`_
@@ -65,4 +65,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
65
65
66
66
----
67
67
68
- Auto-generated by a `forked version <https://github.com/myii/maintainer >`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer >`_ on 2019-10-10 .
68
+ Auto-generated by a `forked version <https://github.com/myii/maintainer >`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer >`_ on 2019-10-12 .
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ ` 0.3.2 <https://github.com/saltstack-formulas/influxdb-formula/compare/v0.3.1...v0.3.2> ` _ (2019-10-12)
6
+ ----------------------------------------------------------------------------------------------------------
7
+
8
+ Bug Fixes
9
+ ^^^^^^^^^
10
+
11
+
12
+ * ** rubocop:** add fixes using `` rubocop --safe-auto-correct `` (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/a9245c2> ` _ \ )
13
+
14
+ Continuous Integration
15
+ ^^^^^^^^^^^^^^^^^^^^^^
16
+
17
+
18
+ * merge travis matrix, add `` salt-lint `` & `` rubocop `` to `` lint `` job (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/b8049e2> ` _ \ )
19
+ * ** travis:** merge `` rubocop `` linter into main `` lint `` job (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/84c5486> ` _ \ )
20
+
5
21
` 0.3.1 <https://github.com/saltstack-formulas/influxdb-formula/compare/v0.3.0...v0.3.1> ` _ (2019-10-10)
6
22
----------------------------------------------------------------------------------------------------------
7
23
You can’t perform that action at this time.
0 commit comments