|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 0.6.3 (13/03/2017) |
| 3 | +## v0.7.2 (17/03/2017) |
4 | 4 |
|
5 | | -- [**bug**] Fix multiple repo information [#48](https://github.com/github-tools/github-release-notes/issues/48) |
| 5 | +#### Bug Fixes: |
6 | 6 |
|
| 7 | +- [#59](https://github.com/github-tools/github-release-notes/issues/59) Changelog action doesn't work in the grunt task |
7 | 8 |
|
8 | | - --- |
| 9 | +--- |
9 | 10 |
|
10 | | -## 0.6.2 (13/03/2017) |
| 11 | +## v0.7.1 (16/03/2017) |
11 | 12 |
|
12 | | -- [**bug**] Remove unused option user.name [#45](https://github.com/github-tools/github-release-notes/issues/45) |
| 13 | +#### Bug Fixes: |
13 | 14 |
|
| 15 | +- [#57](https://github.com/github-tools/github-release-notes/issues/57) Fix object-deep-assign bug |
14 | 16 |
|
| 17 | +--- |
15 | 18 |
|
16 | | - --- |
| 19 | +## v0.7.0 (16/03/2017) |
17 | 20 |
|
18 | | -## 0.6.1 (12/03/2017) |
| 21 | +#### Framework Enhancements: |
19 | 22 |
|
20 | | -- [**bug**] Error when there is only one tag [#43](https://github.com/github-tools/github-release-notes/issues/43) |
21 | | -- [**enhancement**] Use different files type for configuration [#39](https://github.com/github-tools/github-release-notes/issues/39) |
| 23 | +- [#53](https://github.com/github-tools/github-release-notes/issues/53) Allow functions as template values |
| 24 | +- [#50](https://github.com/github-tools/github-release-notes/issues/50) Add GIF in readme.md file |
| 25 | +- [#27](https://github.com/github-tools/github-release-notes/issues/27) Add possibility to change date format |
22 | 26 |
|
| 27 | +--- |
23 | 28 |
|
| 29 | +## v0.3.3 (14/03/2017) |
| 30 | +*No changelog for this release.* |
24 | 31 |
|
25 | | - --- |
26 | | - |
27 | | -## 0.6.0 (11/03/2017) |
| 32 | +--- |
28 | 33 |
|
29 | | -- [**enhancement**] Unwrap github-api promises [#32](https://github.com/github-tools/github-release-notes/issues/32) |
30 | | -- [**bug**] Remove escaping character on regex [#29](https://github.com/github-tools/github-release-notes/issues/29) |
31 | | -- [**enhancement**] Use external config file [#26](https://github.com/github-tools/github-release-notes/issues/26) |
32 | | -- [**bug**] The changelog action doesn't compile latest release [#24](https://github.com/github-tools/github-release-notes/issues/24) |
33 | | -- [**enhancement**] Introduce templates for the issues [#23](https://github.com/github-tools/github-release-notes/issues/23) |
34 | | -- [**enhancement**] Add an "ignore label" flag [#19](https://github.com/github-tools/github-release-notes/issues/19) |
35 | | -- [**enhancement**] Add the chance to rebuild the history of release notes [#12](https://github.com/github-tools/github-release-notes/issues/12) |
| 34 | +## v0.5.0 (14/03/2017) |
36 | 35 |
|
| 36 | +#### Framework Enhancements: |
37 | 37 |
|
| 38 | +- [#20](https://github.com/github-tools/github-release-notes/issues/20) Specify which tag to build |
| 39 | +- [#18](https://github.com/github-tools/github-release-notes/issues/18) Create global version of the module |
| 40 | +- [#16](https://github.com/github-tools/github-release-notes/issues/16) Update the documentation |
| 41 | +- [#14](https://github.com/github-tools/github-release-notes/issues/14) Add the chance to override the latest release body |
| 42 | +- [#13](https://github.com/github-tools/github-release-notes/issues/13) Check the network |
| 43 | +- [#11](https://github.com/github-tools/github-release-notes/issues/11) Add tests |
| 44 | +- [#10](https://github.com/github-tools/github-release-notes/issues/10) Use the issues as data source |
| 45 | +- [#9](https://github.com/github-tools/github-release-notes/issues/9) Get the information from the local git config |
| 46 | +- [#7](https://github.com/github-tools/github-release-notes/issues/7) Add the possibility to create a CHANGELOG file |
38 | 47 |
|
39 | | - --- |
| 48 | +#### Bug Fixes: |
40 | 49 |
|
41 | | -## 0.5.0 (26/09/2016) |
| 50 | +- [#15](https://github.com/github-tools/github-release-notes/issues/15) Manage the scenario where there is only one tag |
42 | 51 |
|
43 | | -- [**enhancement**] Specify which tag to build [#20](https://github.com/github-tools/github-release-notes/issues/20) |
44 | | -- [**enhancement**] Create global version of the module [#18](https://github.com/github-tools/github-release-notes/issues/18) |
45 | | -- [**enhancement**] Update the documentation [#16](https://github.com/github-tools/github-release-notes/issues/16) |
46 | | -- [**bug**] Manage the scenario where there is only one tag [#15](https://github.com/github-tools/github-release-notes/issues/15) |
47 | | -- [**enhancement**] Add the chance to override the latest release body [#14](https://github.com/github-tools/github-release-notes/issues/14) |
48 | | -- [**enhancement**] Check the network [#13](https://github.com/github-tools/github-release-notes/issues/13) |
49 | | -- [**enhancement**] Add tests [#11](https://github.com/github-tools/github-release-notes/issues/11) |
50 | | -- [**enhancement**] Use the issues as data source [#10](https://github.com/github-tools/github-release-notes/issues/10) |
51 | | -- [**enhancement**] Get the information from the local git config [#9](https://github.com/github-tools/github-release-notes/issues/9) |
52 | | -- [**enhancement**] Add the possibility to create a CHANGELOG file [#7](https://github.com/github-tools/github-release-notes/issues/7) |
| 52 | +--- |
53 | 53 |
|
| 54 | +## v0.6.1 (14/03/2017) |
54 | 55 |
|
| 56 | +#### Framework Enhancements: |
55 | 57 |
|
56 | | - --- |
| 58 | +- [#39](https://github.com/github-tools/github-release-notes/issues/39) Use different files type for configuration |
57 | 59 |
|
58 | | -## 0.4.0 (03/03/2016) |
| 60 | +#### Bug Fixes: |
59 | 61 |
|
60 | | -- [**enhancement**] Include various types of commit messages [#5](https://github.com/github-tools/github-release-notes/issues/5) |
| 62 | +- [#43](https://github.com/github-tools/github-release-notes/issues/43) Error when there is only one tag |
61 | 63 |
|
| 64 | +--- |
62 | 65 |
|
| 66 | +## v0.6.2 (14/03/2017) |
63 | 67 |
|
64 | | - --- |
| 68 | +#### Bug Fixes: |
65 | 69 |
|
66 | | -## 0.3.3 (26/01/2016) |
| 70 | +- [#45](https://github.com/github-tools/github-release-notes/issues/45) Remove unused option user.name |
67 | 71 |
|
68 | | -*No changelog for this release.* |
| 72 | +--- |
69 | 73 |
|
| 74 | +## v0.6.3 (14/03/2017) |
70 | 75 |
|
| 76 | +#### Bug Fixes: |
71 | 77 |
|
72 | | - --- |
| 78 | +- [#48](https://github.com/github-tools/github-release-notes/issues/48) Fix multiple repo information |
73 | 79 |
|
74 | | -## 0.3.2 (07/12/2015) |
| 80 | +--- |
75 | 81 |
|
76 | | -*No changelog for this release.* |
| 82 | +## v0.4.0 (14/03/2017) |
77 | 83 |
|
| 84 | +#### Framework Enhancements: |
78 | 85 |
|
| 86 | +- [#5](https://github.com/github-tools/github-release-notes/issues/5) Include various types of commit messages |
79 | 87 |
|
80 | | - --- |
| 88 | +--- |
81 | 89 |
|
82 | | -## 0.3.1 (07/12/2015) |
| 90 | +## v0.6.0 (14/03/2017) |
83 | 91 |
|
84 | | -*No changelog for this release.* |
| 92 | +#### Framework Enhancements: |
85 | 93 |
|
| 94 | +- [#32](https://github.com/github-tools/github-release-notes/issues/32) Unwrap github-api promises |
| 95 | +- [#26](https://github.com/github-tools/github-release-notes/issues/26) Use external config file |
| 96 | +- [#23](https://github.com/github-tools/github-release-notes/issues/23) Introduce templates for the issues |
| 97 | +- [#19](https://github.com/github-tools/github-release-notes/issues/19) Add an "ignore label" flag |
| 98 | +- [#12](https://github.com/github-tools/github-release-notes/issues/12) Add the chance to rebuild the history of release notes |
86 | 99 |
|
| 100 | +#### Bug Fixes: |
87 | 101 |
|
88 | | - --- |
| 102 | +- [#29](https://github.com/github-tools/github-release-notes/issues/29) Remove escaping character on regex |
| 103 | +- [#24](https://github.com/github-tools/github-release-notes/issues/24) The changelog action doesn't compile latest release |
89 | 104 |
|
90 | | -## 0.3.0 (19/11/2015) |
| 105 | +--- |
91 | 106 |
|
| 107 | +## v0.2.2 (10/03/2017) |
92 | 108 | *No changelog for this release.* |
93 | 109 |
|
| 110 | +--- |
94 | 111 |
|
95 | | - |
96 | | - --- |
97 | | - |
98 | | -## 0.2.2 (18/11/2015) |
99 | | - |
| 112 | +## v0.3.0 (10/03/2017) |
100 | 113 | *No changelog for this release.* |
101 | 114 |
|
| 115 | +--- |
102 | 116 |
|
| 117 | +## v0.3.1 (10/03/2017) |
| 118 | +*No changelog for this release.* |
103 | 119 |
|
104 | | - --- |
105 | | - |
106 | | -## 0.2.1 (18/11/2015) |
| 120 | +--- |
107 | 121 |
|
| 122 | +## v0.3.2 (10/03/2017) |
108 | 123 | *No changelog for this release.* |
109 | 124 |
|
| 125 | +--- |
110 | 126 |
|
| 127 | +## v0.2.1 (26/09/2016) |
| 128 | +*No changelog for this release.* |
111 | 129 |
|
112 | | - --- |
113 | | - |
114 | | -## 0.2.0 (15/11/2015) |
| 130 | +--- |
115 | 131 |
|
116 | | -- [**enhancement**] Cleanse option [#3](https://github.com/github-tools/github-release-notes/issues/3) |
| 132 | +## v0.2.0 (26/09/2016) |
117 | 133 |
|
| 134 | +#### Framework Enhancements: |
118 | 135 |
|
| 136 | +- [#3](https://github.com/github-tools/github-release-notes/issues/3) Cleanse option |
119 | 137 |
|
120 | | - --- |
| 138 | +--- |
121 | 139 |
|
122 | 140 | ## v0.1.0 (12/11/2015) |
123 | | - |
124 | 141 | _No changelog for this release._ |
125 | | - |
126 | | - |
127 | | - --- |
128 | | - |
|
0 commit comments