-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a7378a
commit 7be363a
Showing
2 changed files
with
144 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.7.0] - 2022-12-14 | ||
|
||
### Documentation | ||
|
||
- Improve the readme | ||
- Update feature list | ||
|
||
### Features | ||
|
||
- Allows to exclude some service that match a term | ||
|
||
### Ci | ||
|
||
- Add dependabot config | ||
- Improve get version from conventional commit | ||
- Add job to generate changelog | ||
- Add label on jobs | ||
- Fix bump of version | ||
|
||
## [0.6.0] - 2022-12-14 | ||
|
||
### Bug Fixes | ||
|
||
- Bump version in cargo.lock | ||
- Draggable node | ||
- Try to bump version in Cargo.lock | ||
|
||
### Ci | ||
|
||
- Fix release job | ||
|
||
## [0.5.0] - 2022-12-13 | ||
|
||
### Features | ||
|
||
- Add request timeout arg | ||
|
||
### Refactor | ||
|
||
- Simply architecture | ||
- Create utils module | ||
|
||
### Testing | ||
|
||
- Add mockall | ||
- That the file is created | ||
- Remove mockall | ||
|
||
### Build | ||
|
||
- Make binaries tiny | ||
|
||
### Refacto | ||
|
||
- Refacto chart | ||
|
||
## [0.4.0] - 2022-12-08 | ||
|
||
### Features | ||
|
||
- Add build data in version | ||
|
||
### Refactor | ||
|
||
- Move cli out of the main | ||
|
||
### Ci | ||
|
||
- Remove uneccessary target for unit test | ||
- Build a binary for os base on musl | ||
|
||
## [0.3.0] - 2022-12-08 | ||
|
||
### Ci | ||
|
||
- Fix export asset to release | ||
|
||
## [0.2.0] - 2022-12-08 | ||
|
||
### Bug Fixes | ||
|
||
- Remove unused method | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Adds justfile | ||
|
||
### Ci | ||
|
||
- Improve ci workflow | ||
- Fix build job | ||
- Fix release on main branch | ||
|
||
## [0.1.0-alpha.3] - 2022-12-07 | ||
|
||
### Documentation | ||
|
||
- Update readme with force directed graph | ||
- Update add how to install | ||
|
||
### Features | ||
|
||
- Create force directed chart | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Add test explorer extension | ||
|
||
### Refactor | ||
|
||
- Create a chart module | ||
|
||
## [0.1.0-alpha.2] - 2022-12-05 | ||
|
||
### Ci | ||
|
||
- Fix permissions for release job | ||
|
||
## [0.1.0-alpha.1] - 2022-12-05 | ||
|
||
### Bug Fixes | ||
|
||
- Disable openssl dependancies | ||
|
||
### Documentation | ||
|
||
- Fix ci badge in readme | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Initial commit | ||
|
||
### Ci | ||
|
||
- Initializes lint and test workflows | ||
- Setup release workflow | ||
- Fix release job | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters