Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devmessias committed Mar 13, 2022
1 parent 17f807a commit 4126822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.3.0] - 2022-03-13
### Added
- Python iGraph lib support
- Python iGraph lib support

### Fixed
- Google docstring return style
- Typos in docstrings

## [0.2.1] - 2022-03-12
### Changed
- Google docstring style
Expand All @@ -25,7 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Disparity filter
- Networkx integration

[Unreleased]: https://github.com/devmessias/edgeseraser/compare/0.2.1...master
[Unreleased]: https://github.com/devmessias/edgeseraser/compare/0.3.0...master
[0.3.0]: https://github.com/devmessias/edgeseraser/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/devmessias/edgeseraser/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/devmessias/edgeseraser/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/devmessias/edgeserase/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "edgeseraser"
version = "0.2.1"
version = "0.3.0"
description = "A short description of the project"
authors = [
"Bruno Messias <devmessias@gmail.com>",
Expand Down

0 comments on commit 4126822

Please sign in to comment.