Skip to content

Commit f7c0cc0

Browse files
committed
update changelog, set version to 1.2.1
1 parent 5b0a811 commit f7c0cc0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ Changelog
44
Unreleased
55
-----
66

7+
1.2.1
8+
-----
9+
710
* Allow explicit definition of datatype by passing a tuple (layer, datatype) as layer
811
* Allow setting the width of LineStrings
12+
* Angle of sub-cells considered in DLW-data and boundaries
13+
* Fix GDSII-export: allow negative angles, correct rounding of spacing
14+
* Allow specifying clearance features and exlusion features for convert_to_positive_resist
915

1016
1.2.0
1117
-----

gdshelpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
configuration = _Configuration()
1313

14-
__version__ = '1.2.0'
14+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)