Skip to content

Commit

Permalink
chore: release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugrbot authored Nov 19, 2024
1 parent c2cd701 commit 1933667
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
@@ -1,5 +1,15 @@
# Changelog

## [0.13.0](https://github.com/CQCL/portgraph/compare/v0.12.3...v0.13.0) - 2024-11-19

### New Features

- [**breaking**] Use RPITIT for graph traits ([#156](https://github.com/CQCL/portgraph/pull/156))

### Performance

- [**breaking**] Fix Subgraph O(n) complexity ([#157](https://github.com/CQCL/portgraph/pull/157))

## [0.12.3](https://github.com/CQCL/portgraph/compare/v0.12.2...v0.12.3) - 2024-11-13

### New Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "portgraph"
version = "0.12.3"
version = "0.13.0"
license = "Apache-2.0"

readme = "README.md"
Expand Down

0 comments on commit 1933667

Please sign in to comment.