Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Nov 17, 2020
1 parent 3f6df6a commit 70bebcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2020-11-17

### Added

- Added support for `style` and `fillcolor` attributes.
Expand Down Expand Up @@ -100,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release.

[unreleased]: https://github.com/SwiftDocOrg/GraphViz/compare/0.1.3...master
[unreleased]: https://github.com/SwiftDocOrg/GraphViz/compare/0.2.0...master
[0.2.0]: https://github.com/SwiftDocOrg/GraphViz/releases/tag/0.2.0
[0.1.3]: https://github.com/SwiftDocOrg/GraphViz/releases/tag/0.1.3
[0.1.2]: https://github.com/SwiftDocOrg/GraphViz/releases/tag/0.1.2
[0.1.1]: https://github.com/SwiftDocOrg/GraphViz/releases/tag/0.1.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/SwiftDocOrg/GraphViz",
from: "0.1.3"
from: "0.2.0"
),
]
)
Expand Down

0 comments on commit 70bebcf

Please sign in to comment.