From 111a09ed53b478b054f7ab8e2c8fa693e60989c0 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Tue, 18 Jun 2024 10:11:08 +0100 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e045038..bf509ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.12.2](https://github.com/CQCL/portgraph/compare/v0.12.1...v0.12.2) - 2024-06-18 + +### New Features +- Add PortOffset::opposite ([#136](https://github.com/CQCL/portgraph/pull/136)) + ## [0.12.1](https://github.com/CQCL/portgraph/compare/v0.12.0...v0.12.1) - 2024-06-03 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index f727369..42bb415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portgraph" -version = "0.12.1" +version = "0.12.2" license = "Apache-2.0" readme = "README.md"