|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [0.7.0] - 2022-12-14 |
| 6 | + |
| 7 | +### Documentation |
| 8 | + |
| 9 | +- Improve the readme |
| 10 | +- Update feature list |
| 11 | + |
| 12 | +### Features |
| 13 | + |
| 14 | +- Allows to exclude some service that match a term |
| 15 | + |
| 16 | +### Ci |
| 17 | + |
| 18 | +- Add dependabot config |
| 19 | +- Improve get version from conventional commit |
| 20 | +- Add job to generate changelog |
| 21 | +- Add label on jobs |
| 22 | +- Fix bump of version |
| 23 | + |
| 24 | +## [0.6.0] - 2022-12-14 |
| 25 | + |
| 26 | +### Bug Fixes |
| 27 | + |
| 28 | +- Bump version in cargo.lock |
| 29 | +- Draggable node |
| 30 | +- Try to bump version in Cargo.lock |
| 31 | + |
| 32 | +### Ci |
| 33 | + |
| 34 | +- Fix release job |
| 35 | + |
| 36 | +## [0.5.0] - 2022-12-13 |
| 37 | + |
| 38 | +### Features |
| 39 | + |
| 40 | +- Add request timeout arg |
| 41 | + |
| 42 | +### Refactor |
| 43 | + |
| 44 | +- Simply architecture |
| 45 | +- Create utils module |
| 46 | + |
| 47 | +### Testing |
| 48 | + |
| 49 | +- Add mockall |
| 50 | +- That the file is created |
| 51 | +- Remove mockall |
| 52 | + |
| 53 | +### Build |
| 54 | + |
| 55 | +- Make binaries tiny |
| 56 | + |
| 57 | +### Refacto |
| 58 | + |
| 59 | +- Refacto chart |
| 60 | + |
| 61 | +## [0.4.0] - 2022-12-08 |
| 62 | + |
| 63 | +### Features |
| 64 | + |
| 65 | +- Add build data in version |
| 66 | + |
| 67 | +### Refactor |
| 68 | + |
| 69 | +- Move cli out of the main |
| 70 | + |
| 71 | +### Ci |
| 72 | + |
| 73 | +- Remove uneccessary target for unit test |
| 74 | +- Build a binary for os base on musl |
| 75 | + |
| 76 | +## [0.3.0] - 2022-12-08 |
| 77 | + |
| 78 | +### Ci |
| 79 | + |
| 80 | +- Fix export asset to release |
| 81 | + |
| 82 | +## [0.2.0] - 2022-12-08 |
| 83 | + |
| 84 | +### Bug Fixes |
| 85 | + |
| 86 | +- Remove unused method |
| 87 | + |
| 88 | +### Miscellaneous Tasks |
| 89 | + |
| 90 | +- Adds justfile |
| 91 | + |
| 92 | +### Ci |
| 93 | + |
| 94 | +- Improve ci workflow |
| 95 | +- Fix build job |
| 96 | +- Fix release on main branch |
| 97 | + |
| 98 | +## [0.1.0-alpha.3] - 2022-12-07 |
| 99 | + |
| 100 | +### Documentation |
| 101 | + |
| 102 | +- Update readme with force directed graph |
| 103 | +- Update add how to install |
| 104 | + |
| 105 | +### Features |
| 106 | + |
| 107 | +- Create force directed chart |
| 108 | + |
| 109 | +### Miscellaneous Tasks |
| 110 | + |
| 111 | +- Add test explorer extension |
| 112 | + |
| 113 | +### Refactor |
| 114 | + |
| 115 | +- Create a chart module |
| 116 | + |
| 117 | +## [0.1.0-alpha.2] - 2022-12-05 |
| 118 | + |
| 119 | +### Ci |
| 120 | + |
| 121 | +- Fix permissions for release job |
| 122 | + |
| 123 | +## [0.1.0-alpha.1] - 2022-12-05 |
| 124 | + |
| 125 | +### Bug Fixes |
| 126 | + |
| 127 | +- Disable openssl dependancies |
| 128 | + |
| 129 | +### Documentation |
| 130 | + |
| 131 | +- Fix ci badge in readme |
| 132 | + |
| 133 | +### Miscellaneous Tasks |
| 134 | + |
| 135 | +- Initial commit |
| 136 | + |
| 137 | +### Ci |
| 138 | + |
| 139 | +- Initializes lint and test workflows |
| 140 | +- Setup release workflow |
| 141 | +- Fix release job |
| 142 | + |
| 143 | +<!-- generated by git-cliff --> |
0 commit comments