|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
| 5 | +## [0.6.0](https://github.com/codecov/uploader/compare/v0.3.3...v0.6.0) (2023-06-16) |
| 6 | + |
| 7 | + |
| 8 | +### Features |
| 9 | + |
| 10 | +* add full report ([#983](https://github.com/codecov/uploader/issues/983)) ([416c243](https://github.com/codecov/uploader/commit/416c2437c938464feda4b62f5bf5582824b27014)) |
| 11 | +* support cobertura reports generated by Microsoft.CodeCoverage ([da21e14](https://github.com/codecov/uploader/commit/da21e147f25c95d57f130bb396fe8f26d89f6f97)), closes [#917](https://github.com/codecov/uploader/issues/917) |
| 12 | + |
| 13 | + |
| 14 | +### Bug Fixes |
| 15 | + |
| 16 | +* add pointer to docs ([#1007](https://github.com/codecov/uploader/issues/1007)) ([f4c98c6](https://github.com/codecov/uploader/commit/f4c98c6e0c26a39710e49f020773d93782faa716)) |
| 17 | +* add swift coverage conversions ([1f27f2d](https://github.com/codecov/uploader/commit/1f27f2d3306fa5e4349ae5d2da16649d5eac8026)) |
| 18 | +* change alias for fullreport to not conflict with file ([#1081](https://github.com/codecov/uploader/issues/1081)) ([a171543](https://github.com/codecov/uploader/commit/a1715435b97c5188d3c69f8cead2dd1a907132c3)) |
| 19 | +* **deps:** update dependency undici to v5.19.1 [security] ([b275e4b](https://github.com/codecov/uploader/commit/b275e4b832163ee6c464c9f530b89825b19aa218)) |
| 20 | +* **deps:** update dependency undici to v5.20.0 ([846313b](https://github.com/codecov/uploader/commit/846313b8ce9bdd96b7f9323d77421e70acd1f411)) |
| 21 | +* **deps:** update dependency undici to v5.21.0 ([#985](https://github.com/codecov/uploader/issues/985)) ([d2446d0](https://github.com/codecov/uploader/commit/d2446d01c7eb61fe2cb44d8bc1817a7cb9daed4a)) |
| 22 | +* **deps:** update dependency undici to v5.21.2 ([#1016](https://github.com/codecov/uploader/issues/1016)) ([b4bcf02](https://github.com/codecov/uploader/commit/b4bcf021f02d9c03a241013f4e16945a8d9cf699)) |
| 23 | +* **deps:** update dependency undici to v5.22.0 ([#1031](https://github.com/codecov/uploader/issues/1031)) ([c76f80d](https://github.com/codecov/uploader/commit/c76f80d11cbc462580bbcf9e0796b46489392b94)) |
| 24 | +* **deps:** update dependency undici to v5.22.1 ([#1059](https://github.com/codecov/uploader/issues/1059)) ([554e7a7](https://github.com/codecov/uploader/commit/554e7a77aef79253143e53b72da7c098033b0484)) |
| 25 | +* **deps:** update dependency validator to v13.9.0 ([62490d6](https://github.com/codecov/uploader/commit/62490d6195a9e71763e146625a4a77ac2e41efe6)) |
| 26 | +* **deps:** update dependency yargs to v17.7.1 ([902d291](https://github.com/codecov/uploader/commit/902d2919f6d29afcb282af9ee4b8b1f65a61825a)) |
| 27 | +* **deps:** update dependency yargs to v17.7.2 ([#1038](https://github.com/codecov/uploader/issues/1038)) ([a7e9e3e](https://github.com/codecov/uploader/commit/a7e9e3e212284979e837f77122f9f32b53b0e3f4)) |
| 28 | +* **files:** exclude .go and .marker files ([#935](https://github.com/codecov/uploader/issues/935)) ([43924aa](https://github.com/codecov/uploader/commit/43924aa254b87f62bf07feba47d8c17a766a6d21)) |
| 29 | +* move checkSlug fn to validate ([#990](https://github.com/codecov/uploader/issues/990)) ([c468bfd](https://github.com/codecov/uploader/commit/c468bfd51b271413f6e9cb736b9c4fa8bdd6b0a9)) |
| 30 | +* refactor spawnsize ([#999](https://github.com/codecov/uploader/issues/999)) ([bf1cfb9](https://github.com/codecov/uploader/commit/bf1cfb9be6e2b1cca73878b7f42ea8878911bc3b)) |
| 31 | +* remove colons from file name ([f816650](https://github.com/codecov/uploader/commit/f816650892a7a570fa58dbdd64da743145813da2)) |
| 32 | + |
5 | 33 | ### [0.5.1](https://github.com/codecov/uploader/compare/v0.3.3...v0.5.1) (2023-05-30)
|
6 | 34 |
|
7 | 35 |
|
|
0 commit comments