Skip to content

Commit

Permalink
updating changelog and bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansty committed Feb 21, 2019
1 parent bcd979d commit b6315bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.10.0] - 2019-02-21

### Added

- Ability to choose what kind of format a flowgraph is rendered to using the `--format` argument.

### Changed

- Default flowgraph format is now `svg`.

## [0.9.0] - 2019-02-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license = "Apache-2.0/MIT"
name = "cargo-inspect"
readme = "README.md"
repository = "https://github.com/mre/cargo-inspect"
version = "0.9.0"
version = "0.10.0"

[[bin]]
name = "cargo-inspect"
Expand Down

0 comments on commit b6315bd

Please sign in to comment.