Skip to content

Commit

Permalink
Bump cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
guiyomh authored and github-actions[bot] committed Dec 14, 2022
1 parent 4a7378a commit 7be363a
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 1 deletion.
143 changes: 143 additions & 0 deletions CHANGELOG.md
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 -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pact-graph-network"
version = "0.6.0"
version = "0.7.0"
authors = ["Guillaume CAMUS <[email protected]>"]
license = "MIT"
keywords = [
Expand Down

0 comments on commit 7be363a

Please sign in to comment.