Skip to content

Commit

Permalink
Release v0.9.52
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
  • Loading branch information
heitzmann committed Apr 18, 2024
1 parent 8d4124a commit 0c08809
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.9.52 - 2024-04-18
### Fixed
- Infinite loop in `Cell::remap_tags` (#246, thanks dtzitkas!)
- Install headers when targeting the C++ library (#245)

## 0.9.51 - 2024-04-17
### Changed
- Use scikit-build-core for building, which enables support for Python 3.12 on Windows.
Expand Down
2 changes: 1 addition & 1 deletion include/gdstk/gdstk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LICENSE file or <http://www.boost.org/LICENSE_1_0.txt>
#define __STDC_FORMAT_MACROS 1
#define _USE_MATH_DEFINES

#define GDSTK_VERSION "0.9.51"
#define GDSTK_VERSION "0.9.52"

// If GDSTK_CUSTOM_ALLOCATOR is defined, the user must supply implementations
// for the following dynamic memory management functions:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "gdstk"
version = "0.9.51"
version = "0.9.52"
authors = [{name = "Lucas H. Gabrielli", email = "[email protected]"}]
description = "Python module for creation and manipulation of GDSII files."
readme = "README.md"
Expand Down

0 comments on commit 0c08809

Please sign in to comment.