Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/changelog.d/1664.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/1667.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/1670.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/1679.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/1680.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/1681.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/1683.fixed.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/1684.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update CHANGELOG for v0.65.1
48 changes: 48 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,54 @@ This document contains the release notes for the project.

.. towncrier release notes start

`0.65.1 <https://github.com/ansys/pyedb/releases/tag/v0.65.1>`_ - November 27, 2025
===================================================================================

.. tab-set::


.. tab-item:: Added

.. list-table::
:header-rows: 0
:widths: auto

* - Insert 3d layout gRPC
- `#1667 <https://github.com/ansys/pyedb/pull/1667>`_

* - Place layout component enhancement
- `#1680 <https://github.com/ansys/pyedb/pull/1680>`_


.. tab-item:: Fixed

.. list-table::
:header-rows: 0
:widths: auto

* - Working fine on local reverting test on grpc and cicd to check
- `#1664 <https://github.com/ansys/pyedb/pull/1664>`_

* - GRPC boundaries
- `#1670 <https://github.com/ansys/pyedb/pull/1670>`_

* - Remove try-except from property position
- `#1679 <https://github.com/ansys/pyedb/pull/1679>`_

* - Remove LD_LIBRARY_PATH need
- `#1683 <https://github.com/ansys/pyedb/pull/1683>`_


.. tab-item:: Maintenance

.. list-table::
:header-rows: 0
:widths: auto

* - Update CHANGELOG for v0.65.0
- `#1681 <https://github.com/ansys/pyedb/pull/1681>`_


`0.65.0 <https://github.com/ansys/pyedb/releases/tag/v0.65.0>`_ - November 27, 2025
===================================================================================

Expand Down
Loading