Skip to content

Commit f1df654

Browse files
committed
Release v0.9.60
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
1 parent 95d8aaf commit f1df654

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.9.60 - 2025-04-15
4+
### Fixed
5+
- Added support to 32-bit layers and datatypes.
6+
37
## 0.9.59 - 2025-02-11
48
### Fixed
59
- Treat string properties as binary byte arrays in OASIS.

include/gdstk/gdstk.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LICENSE file or <http://www.boost.org/LICENSE_1_0.txt>
1111
#define __STDC_FORMAT_MACROS 1
1212
#define _USE_MATH_DEFINES
1313

14-
#define GDSTK_VERSION "0.9.59"
14+
#define GDSTK_VERSION "0.9.60"
1515

1616
// If GDSTK_CUSTOM_ALLOCATOR is defined, the user must supply implementations
1717
// for the following dynamic memory management functions:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
77

88
[project]
99
name = "gdstk"
10-
version = "0.9.59"
10+
version = "0.9.60"
1111
authors = [{name = "Lucas H. Gabrielli", email = "[email protected]"}]
1212
description = "Python module for creation and manipulation of GDSII files."
1313
readme = "README.md"

0 commit comments

Comments
 (0)