From 265167e2a26c66c14962a16f2b9b1ea32608df5a Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:57:20 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc829f0..a910be2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # [CHANGELOG](https://keepachangelog.com/en/1.0.0/) -## [Unreleased](https://github.com/gdsfactory/gplugins/compare/v0.7.0...main) +## [Unreleased](https://github.com/gdsfactory/gplugins/compare/v0.8.0...main) + +## [0.8.0](https://github.com/gdsfactory/gplugins/compare/v0.7.0...v0.8.0) [PR](https://github.com/gdsfactory/gplugins/pull/157) + +- update to latest tidy3d 2.4 and gdsfactory +- rename `layerstack` to `layer_stack` to be consistent with gdsfactory +- rename portnames to port_names to be consistent with python convention +- fixes https://github.com/gdsfactory/gplugins/issues/153 ## [0.7.0](https://github.com/gdsfactory/gplugins/compare/v0.6.0...v0.7.0)