|
5 | 5 |
|
6 | 6 | .. to_doc |
7 | 7 |
|
| 8 | +--------------------- |
| 9 | +0.10.7 (2021-06-08) |
| 10 | +--------------------- |
| 11 | + |
| 12 | +* Add option to `shed-tools test` for specifying a history name (thanks to |
| 13 | + `@natefoo`_). `Pull Request 173`_ |
| 14 | +* workflow-to-tools: get tools from subworkflows (thanks to `@cat-bro`_). |
| 15 | + `Pull Request 170`_ |
| 16 | +* Add pysam and continue if test fetching errors (thanks to `@mvdbeek`_). |
| 17 | + `Pull Request 128`_ |
| 18 | +* Various updates to testing and CI infrastructure (thanks to `@jmchilton`_). |
| 19 | + `Pull Request 165`_ |
| 20 | +* Handle terminal states in wait for install (thanks to `@mvdbeek`_). |
| 21 | + `Pull Request 161`_ |
| 22 | +* Get all tools when searching for tool ids for testing |
| 23 | + (thanks to `@cat-bro`_). `Pull Request 159`_ |
| 24 | + |
8 | 25 | --------------------- |
9 | 26 | 0.10.6 (2020-05-04) |
10 | 27 | --------------------- |
@@ -222,6 +239,12 @@ History |
222 | 239 | and adapt them for usage as a library. |
223 | 240 |
|
224 | 241 | .. github_links |
| 242 | +.. _Pull Request 173: https://github.com/galaxyproject/ephemeris/pull/173 |
| 243 | +.. _Pull Request 170: https://github.com/galaxyproject/ephemeris/pull/170 |
| 244 | +.. _Pull Request 128: https://github.com/galaxyproject/ephemeris/pull/128 |
| 245 | +.. _Pull Request 165: https://github.com/galaxyproject/ephemeris/pull/165 |
| 246 | +.. _Pull Request 161: https://github.com/galaxyproject/ephemeris/pull/161 |
| 247 | +.. _Pull Request 159: https://github.com/galaxyproject/ephemeris/pull/159 |
225 | 248 | .. _Pull Request 158: https://github.com/galaxyproject/ephemeris/pull/158 |
226 | 249 | .. _Pull Request 155: https://github.com/galaxyproject/ephemeris/pull/155 |
227 | 250 | .. _Pull Request 154: https://github.com/galaxyproject/ephemeris/pull/154 |
@@ -267,6 +290,7 @@ History |
267 | 290 | .. _@abretaud: https://github.com/abretaud |
268 | 291 | .. _@bgruening: https://github.com/bgruening |
269 | 292 | .. _@blankenberg: https://github.com/blankenberg |
| 293 | +.. _@cat-bro: https://github.com/cat-bro |
270 | 294 | .. _@rhpvorderman: https://github.com/rhpvorderman |
271 | 295 | .. _@pcm32: https://github.com/pcm32 |
272 | 296 | .. _@jmchilton: https://github.com/jmchilton |
|
0 commit comments