|
1 |
| -# CHANGE LOG |
| 1 | +# Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file.
|
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5 | 6 | and this project adheres to [Semantic Versioning](http://semver.org/).
|
6 | 7 |
|
7 |
| ----- |
8 | 8 | ## [Unreleased]
|
9 | 9 |
|
10 |
| -### Added |
11 |
| - |
12 |
| -### Changed |
13 |
| - |
14 |
| -### Deprecated |
15 |
| - |
16 |
| -### Removed |
17 |
| - |
| 10 | +## [6.0.3] - 2021-11-15 |
18 | 11 | ### Fixed
|
19 |
| - |
20 | 12 | - [JavaScript] Removed tag property from git object if it is undefined
|
21 |
| - ([PR#4](https://github.com/cucumber/create-meta/pull/4)) |
| 13 | +([PR#4](https://github.com/cucumber/create-meta/pull/4)) |
22 | 14 |
|
23 | 15 | ## [6.0.2] - 2021-10-18
|
24 |
| - |
25 | 16 | ### Fixed
|
26 |
| - |
27 | 17 | - [Ruby] Generate cucumber messages rather than plain ruby hashes
|
28 |
| - ([PR#1772](https://github.com/cucumber/common/pull/1772)) |
| 18 | +([PR#1772](https://github.com/cucumber/common/pull/1772)) |
29 | 19 |
|
30 | 20 | ## [6.0.1] - 2021-07-19
|
31 |
| - |
32 | 21 | ### Changed
|
33 |
| - |
34 |
| -* Upgrade `cucumber-messages` to v17.0.1 |
| 22 | +- Upgrade `cucumber-messages` to v17.0.1 |
35 | 23 |
|
36 | 24 | ## [6.0.0] - 2021-07-08
|
37 |
| - |
38 | 25 | ### Added
|
39 |
| - |
40 |
| -* Detect and populate `Ci#buildNumber` for all supported CI servers. |
41 |
| - ([#1632](https://github.com/cucumber/common/pull/1632) |
42 |
| - [#1606](https://github.com/cucumber/common/issues/1606) |
43 |
| - [aslakhellesoy]) |
| 26 | +- Detect and populate `Ci#buildNumber` for all supported CI servers. |
| 27 | +([#1632](https://github.com/cucumber/common/pull/1632) |
| 28 | +[#1606](https://github.com/cucumber/common/issues/1606) |
| 29 | +[aslakhellesoy](https://github.com/aslakhellesoy)) |
44 | 30 |
|
45 | 31 | ### Changed
|
46 |
| -* [Java] Removed implicit utility class constructors and made classes final |
47 |
| - |
48 |
| -### Removed |
49 |
| - |
50 |
| -* Removed support for TeamCity since it doesn't seem to expose enough environment variables. |
| 32 | +- [Java] Removed implicit utility class constructors and made classes final |
51 | 33 |
|
52 | 34 | ### Fixed
|
| 35 | +- Improve detection of Bamboo environment variables |
| 36 | +- Improve detection of Azure environment variables |
| 37 | +- Fix `Git#remote` for CodeFresh |
53 | 38 |
|
54 |
| -* Improve detection of Bamboo environment variables |
55 |
| -* Improve detection of Azure environment variables |
56 |
| -* Fix `Git#remote` for CodeFresh |
| 39 | +### Removed |
| 40 | +- Removed support for TeamCity since it doesn't seem to expose enough environment variables. |
57 | 41 |
|
58 | 42 | ## [5.0.0] - 2021-05-17
|
59 |
| - |
60 | 43 | ### Added
|
61 |
| - |
62 |
| -* Added support for [Jenkins](https://www.jenkins.io/) (via the [Git plugin](https://plugins.jenkins.io/git/)) |
63 |
| - ([#1253](https://github.com/cucumber/common/issues/1253) |
64 |
| - [#1553](https://github.com/cucumber/common/pull/1553) |
65 |
| - [aslakhellesoy]) |
66 |
| -* Added support for [Bitrise](https://www.bitrise.io/) |
67 |
| - ([#1490](https://github.com/cucumber/common/issues/1490) |
68 |
| - [#1553](https://github.com/cucumber/common/pull/1553) |
69 |
| - [aslakhellesoy]) |
70 |
| -* Added support for [CodeFresh](https://codefresh.io/) |
71 |
| - ([#1553](https://github.com/cucumber/common/pull/1553) |
72 |
| - [aslakhellesoy]) |
73 |
| -* Added support for [CodeShip](https://www.cloudbees.com/products/codeship) |
74 |
| - ([#1553](https://github.com/cucumber/common/pull/1553) |
75 |
| - [aslakhellesoy]) |
| 44 | +- Added support for [Jenkins](https://www.jenkins.io/) (via the [Git plugin](https://plugins.jenkins.io/git/)) |
| 45 | +([#1253](https://github.com/cucumber/common/issues/1253) |
| 46 | +[#1553](https://github.com/cucumber/common/pull/1553) |
| 47 | +[aslakhellesoy](https://github.com/aslakhellesoy)) |
| 48 | +- Added support for [Bitrise](https://www.bitrise.io/) |
| 49 | +([#1490](https://github.com/cucumber/common/issues/1490) |
| 50 | +[#1553](https://github.com/cucumber/common/pull/1553) |
| 51 | +[aslakhellesoy](https://github.com/aslakhellesoy)) |
| 52 | +- Added support for [CodeFresh](https://codefresh.io/) |
| 53 | +([#1553](https://github.com/cucumber/common/pull/1553) |
| 54 | +[aslakhellesoy](https://github.com/aslakhellesoy)) |
| 55 | +- Added support for [CodeShip](https://www.cloudbees.com/products/codeship) |
| 56 | +([#1553](https://github.com/cucumber/common/pull/1553) |
| 57 | +[aslakhellesoy](https://github.com/aslakhellesoy)) |
76 | 58 |
|
77 | 59 | ### Changed
|
78 |
| - |
79 |
| -* Upgrade messages to 16.0.0 |
| 60 | +- Upgrade messages to 16.0.0 |
80 | 61 |
|
81 | 62 | ### Fixed
|
82 |
| - |
83 |
| -* Fixed detection of Semaphore build url. |
84 |
| -* Fixed detection of GoCD build url. |
| 63 | +- Fixed detection of Semaphore build url. |
| 64 | +- Fixed detection of GoCD build url. |
85 | 65 |
|
86 | 66 | ## [4.0.0] - 2021-03-29
|
87 |
| - |
88 | 67 | ### Changed
|
89 |
| - |
90 |
| -* Upgrade messages to 15.0.0 |
| 68 | +- Upgrade messages to 15.0.0 |
91 | 69 |
|
92 | 70 | ## [3.0.0] - 2021-02-09
|
93 |
| - |
94 | 71 | ### Changed
|
95 |
| - |
96 |
| -* Upgrade messages to 14.0.1 |
| 72 | +- Upgrade messages to 14.0.1 |
97 | 73 |
|
98 | 74 | ## [2.0.4] - 2020-10-29
|
99 |
| - |
100 | 75 | ### Fixed
|
101 |
| - |
102 |
| -* Handle null values in ci dict |
103 |
| - ([#1228](https://github.com/cucumber/cucumber/issues/1228) |
104 |
| - [#1229](https://github.com/cucumber/cucumber/pull/1229) |
105 |
| - [kgeilmann]) |
| 76 | +- Handle null values in ci dict |
| 77 | +([#1228](https://github.com/cucumber/cucumber/issues/1228) |
| 78 | +[#1229](https://github.com/cucumber/cucumber/pull/1229) |
| 79 | +[kgeilmann](https://github.com/kgeilmann)) |
106 | 80 |
|
107 | 81 | ## [2.0.2] - 2020-09-03
|
108 | 82 |
|
109 |
| -### Security fixes |
110 |
| - |
111 |
| -* remove credentials in git remote [#1168](https://github.com/cucumber/cucumber/pull/1168) |
112 |
| - |
113 | 83 | ## [2.0.1] - 2020-08-18
|
114 |
| - |
115 | 84 | ### Fixed
|
116 |
| - |
117 |
| -* Ruby: Add the ci property to meta message |
| 85 | +- Ruby: Add the ci property to meta message |
118 | 86 |
|
119 | 87 | ## [2.0.0] - 2020-08-07
|
120 |
| - |
121 | 88 | ### Changed
|
122 |
| - |
123 |
| -* Update `messages` to 13.0.1 |
| 89 | +- Update `messages` to 13.0.1 |
124 | 90 |
|
125 | 91 | ### Fixed
|
126 |
| - |
127 |
| -* Java: Use `java.vm.name` instead of `java.vendor` (which is `N/A` on OpenJDK) |
128 |
| -* Java: Use `java.vm.version` instead of `java.version` |
129 |
| -* Support GitHub Enterprise by using `GITHUB_SERVER_URL` to construct URLs |
| 92 | +- Java: Use `java.vm.name` instead of `java.vendor` (which is `N/A` on OpenJDK) |
| 93 | +- Java: Use `java.vm.version` instead of `java.version` |
| 94 | +- Support GitHub Enterprise by using `GITHUB_SERVER_URL` to construct URLs |
130 | 95 |
|
131 | 96 | ## [1.2.0] - 2020-07-31
|
132 |
| - |
133 | 97 | ### Changed
|
134 |
| - |
135 |
| -* Updated `messages` to v12.4.0 |
| 98 | +- Updated `messages` to v12.4.0 |
136 | 99 |
|
137 | 100 | ## [1.1.0] - 2020-07-30
|
138 |
| - |
139 | 101 | ### Changed
|
140 |
| - |
141 |
| -* Updated `messages` to v12.3.2 |
| 102 | +- Updated `messages` to v12.3.2 |
142 | 103 |
|
143 | 104 | ## [1.0.0] - 2020-06-29
|
144 |
| - |
145 | 105 | ### Added
|
146 |
| - |
147 |
| -* First release |
148 |
| - |
149 |
| -<!-- Releases --> |
150 |
| -[Unreleased]: https://github.com/cucumber/create-meta/compare/v6.0.2...main |
151 |
| -[6.0.2]: https://github.com/cucumber/create-meta/compare/v6.0.1...v6.0.2 |
152 |
| -[6.0.1]: https://github.com/cucumber/create-meta/compare/v6.0.0...v6.0.1 |
153 |
| -[6.0.0]: https://github.com/cucumber/create-meta/compare/v5.0.0...v6.0.0 |
154 |
| -[5.0.0]: https://github.com/cucumber/create-meta/compare/v4.0.0...v5.0.0 |
155 |
| -[4.0.0]: https://github.com/cucumber/create-meta/compare/v3.0.0...v4.0.0 |
156 |
| -[3.0.0]: https://github.com/cucumber/create-meta/compare/v2.0.4...v3.0.0 |
157 |
| -[2.0.4]: https://github.com/cucumber/create-meta/compare/v2.0.2...v2.0.4 |
158 |
| -[2.0.2]: https://github.com/cucumber/create-meta/compare/v2.0.1...v2.0.2 |
159 |
| -[2.0.1]: https://github.com/cucumber/create-meta/compare/v2.0.0...v2.0.1 |
160 |
| -[2.0.0]: https://github.com/cucumber/create-meta/compare/v1.2.0...v2.0.0 |
161 |
| -[1.2.0]: https://github.com/cucumber/create-meta/compare/v1.1.0...v1.2.0 |
162 |
| -[1.1.0]: https://github.com/cucumber/create-meta/compare/v1.0.0...v1.1.0 |
163 |
| -[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0 |
164 |
| - |
165 |
| -<!-- Contributors in alphabetical order --> |
| 106 | +- First release |
| 107 | + |
| 108 | +[Unreleased]: https://github.com/cucumber/create-meta/compare/v6.0.3...main |
| 109 | +[6.0.3]: https://github.com/cucumber/create-meta/compare/v6.0.2...main |
| 110 | +[6.0.2]: https://github.com/cucumber/create-meta/compare/v6.0.1...v6.0.2 |
| 111 | +[6.0.1]: https://github.com/cucumber/create-meta/compare/v6.0.0...v6.0.1 |
| 112 | +[6.0.0]: https://github.com/cucumber/create-meta/compare/v5.0.0...v6.0.0 |
| 113 | +[5.0.0]: https://github.com/cucumber/create-meta/compare/v4.0.0...v5.0.0 |
| 114 | +[4.0.0]: https://github.com/cucumber/create-meta/compare/v3.0.0...v4.0.0 |
| 115 | +[3.0.0]: https://github.com/cucumber/create-meta/compare/v2.0.4...v3.0.0 |
| 116 | +[2.0.4]: https://github.com/cucumber/create-meta/compare/v2.0.2...v2.0.4 |
| 117 | +[2.0.2]: https://github.com/cucumber/create-meta/compare/v2.0.1...v2.0.2 |
| 118 | +[2.0.1]: https://github.com/cucumber/create-meta/compare/v2.0.0...v2.0.1 |
| 119 | +[2.0.0]: https://github.com/cucumber/create-meta/compare/v1.2.0...v2.0.0 |
| 120 | +[1.2.0]: https://github.com/cucumber/create-meta/compare/v1.1.0...v1.2.0 |
| 121 | +[1.1.0]: https://github.com/cucumber/create-meta/compare/v1.0.0...v1.1.0 |
| 122 | +[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0 |
| 123 | +in alphabetical order --> |
166 | 124 | [aslakhellesoy]: https://github.com/aslakhellesoy
|
167 | 125 | [kgeilmann]: https://github.com/kgeilmann
|
168 | 126 | [vincent-psarga]: https://github.com/vincent-psarga
|
0 commit comments