From 7be363a13c5aa203375ec294f084dd6cf8332ff5 Mon Sep 17 00:00:00 2001 From: guiyomh Date: Wed, 14 Dec 2022 18:36:39 +0000 Subject: [PATCH] Bump cargo version --- CHANGELOG.md | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 144 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1e1bc5c --- /dev/null +++ b/CHANGELOG.md @@ -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 + + diff --git a/Cargo.toml b/Cargo.toml index 79f3899..b949a67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact-graph-network" -version = "0.6.0" +version = "0.7.0" authors = ["Guillaume CAMUS "] license = "MIT" keywords = [