Skip to content

Commit

Permalink
REL: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Chabot-Leclerc committed Aug 11, 2019
1 parent 295397b commit 9745bf2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.2.0] - 2019-08-06

### New
* Add options to not include external links, and self references (#16)
* Add screenshot and tags to README (#15)

### Changed
* Use the Black formatter on the whole codebase

## [1.2.0] - 2019-08-06

### New

* ENH: Add the `--use-graphviz` option to use Graphviz to draw the network (#13)
Expand Down
2 changes: 1 addition & 1 deletion zkviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit 9745bf2

Please sign in to comment.