Skip to content

Commit 7a92fe8

Browse files
chore(release): 0.19.1 [skip ci]
## [0.19.1](v0.19.0...v0.19.1) (2020-01-25) ### Code Refactoring * **variable:** rename private vars to (pkgname, name) ([55655d9](55655d9)) ### Continuous Integration * **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([5405069](5405069)) * **travis:** use `major.minor` for `semantic-release` version [skip ci] ([e3be127](e3be127))
1 parent d87ac1d commit 7a92fe8

File tree

5 files changed

+40
-11
lines changed

5 files changed

+40
-11
lines changed

AUTHORS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|22
7+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|25
88
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|18
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)|12
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)|14
1010
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2986054?v=4' width='36' height='36' alt='@kevinschoon'>|[@kevinschoon](https://github.com/kevinschoon)|9
1111
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/3768412?v=4' width='36' height='36' alt='@stp-ip'>|[@stp-ip](https://github.com/stp-ip)|5
1212
<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)|5
1313
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3119969?v=4' width='36' height='36' alt='@genuss'>|[@genuss](https://github.com/genuss)|5
14-
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/16338056?v=4' width='36' height='36' alt='@vutny'>|[@vutny](https://github.com/vutny)|5
1514
<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)|4
1615
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/551974?v=4' width='36' height='36' alt='@wdalmut'>|[@wdalmut](https://github.com/wdalmut)|4
1716
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>|[@puneetk](https://github.com/puneetk)|4
1817
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/2487854?v=4' width='36' height='36' alt='@sbreidba'>|[@sbreidba](https://github.com/sbreidba)|4
18+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/16338056?v=4' width='36' height='36' alt='@vutny'>|[@vutny](https://github.com/vutny)|2
1919
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|2
2020
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/479088?v=4' width='36' height='36' alt='@blarghmatey'>|[@blarghmatey](https://github.com/blarghmatey)|2
2121
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/320239?v=4' width='36' height='36' alt='@viktortnk'>|[@viktortnk](https://github.com/viktortnk)|2
@@ -35,4 +35,4 @@ Avatar|Contributor|Contributions
3535

3636
---
3737

38-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-29.
38+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-25.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.19.1](https://github.com/saltstack-formulas/mongodb-formula/compare/v0.19.0...v0.19.1) (2020-01-25)
4+
5+
6+
### Code Refactoring
7+
8+
* **variable:** rename private vars to (pkgname, name) ([55655d9](https://github.com/saltstack-formulas/mongodb-formula/commit/55655d9d52a9b0a30c0f6ae3ac1d64aa19120bf5))
9+
10+
11+
### Continuous Integration
12+
13+
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([5405069](https://github.com/saltstack-formulas/mongodb-formula/commit/54050694813564fe72b6af3cc6a3797f18fd69e7))
14+
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([e3be127](https://github.com/saltstack-formulas/mongodb-formula/commit/e3be1276b87c1fece23c75b68342d6384c7b29f2))
15+
316
# [0.19.0](https://github.com/saltstack-formulas/mongodb-formula/compare/v0.18.3...v0.19.0) (2019-11-29)
417

518

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mongodb
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 0.19.0
4+
version: 0.19.1
55
release: 1
66
minimum_version: 2017.7
77
summary: mongodb formula

docs/AUTHORS.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
1717
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
18-
- 22
18+
- 25
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
2020
- `@gravyboat <https://github.com/gravyboat>`_
2121
- 18
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2323
- `@myii <https://github.com/myii>`_
24-
- 12
24+
- 14
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2986054?v=4' width='36' height='36' alt='@kevinschoon'>`
2626
- `@kevinschoon <https://github.com/kevinschoon>`_
2727
- 9
@@ -34,9 +34,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
3434
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3119969?v=4' width='36' height='36' alt='@genuss'>`
3535
- `@genuss <https://github.com/genuss>`_
3636
- 5
37-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/16338056?v=4' width='36' height='36' alt='@vutny'>`
38-
- `@vutny <https://github.com/vutny>`_
39-
- 5
4037
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
4138
- `@nmadhok <https://github.com/nmadhok>`_
4239
- 4
@@ -49,6 +46,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
4946
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/2487854?v=4' width='36' height='36' alt='@sbreidba'>`
5047
- `@sbreidba <https://github.com/sbreidba>`_
5148
- 4
49+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/16338056?v=4' width='36' height='36' alt='@vutny'>`
50+
- `@vutny <https://github.com/vutny>`_
51+
- 2
5252
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>`
5353
- `@whiteinge <https://github.com/whiteinge>`_
5454
- 2
@@ -101,4 +101,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
101101

102102
----
103103

104-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-11-29.
104+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-01-25.

docs/CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog
33
=========
44

5+
`0.19.1 <https://github.com/saltstack-formulas/mongodb-formula/compare/v0.19.0...v0.19.1>`_ (2020-01-25)
6+
------------------------------------------------------------------------------------------------------------
7+
8+
Code Refactoring
9+
^^^^^^^^^^^^^^^^
10+
11+
12+
* **variable:** rename private vars to (pkgname, name) (\ `55655d9 <https://github.com/saltstack-formulas/mongodb-formula/commit/55655d9d52a9b0a30c0f6ae3ac1d64aa19120bf5>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `5405069 <https://github.com/saltstack-formulas/mongodb-formula/commit/54050694813564fe72b6af3cc6a3797f18fd69e7>`_\ )
19+
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `e3be127 <https://github.com/saltstack-formulas/mongodb-formula/commit/e3be1276b87c1fece23c75b68342d6384c7b29f2>`_\ )
20+
521
`0.19.0 <https://github.com/saltstack-formulas/mongodb-formula/compare/v0.18.3...v0.19.0>`_ (2019-11-29)
622
------------------------------------------------------------------------------------------------------------
723

0 commit comments

Comments
 (0)