Skip to content

Commit

Permalink
update changelog, set version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Jan 26, 2022
1 parent 5b0a811 commit f7c0cc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ Changelog
Unreleased
-----

1.2.1
-----

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

1.2.0
-----
Expand Down
2 changes: 1 addition & 1 deletion gdshelpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

configuration = _Configuration()

__version__ = '1.2.0'
__version__ = '1.2.1'

0 comments on commit f7c0cc0

Please sign in to comment.