Skip to content

Commit

Permalink
Merge pull request #99 from mole99/gds-gz-fix
Browse files Browse the repository at this point in the history
Improve layout detection
  • Loading branch information
mole99 authored Aug 19, 2024
2 parents 3604351 + 413d1f0 commit b111348
Show file tree
Hide file tree
Showing 7 changed files with 186 additions and 390 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.4.6

## Common

- Improve layout detection
- Fix `.gds.gz` handling
- Unify codepaths for layout detection
- Unify log messages during regeneration

# 2.4.5

## Common
Expand Down
2 changes: 1 addition & 1 deletion cace/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = '2.4.5'
__version__ = '2.4.6'

if __name__ == '__main__':
print(__version__, end='')
Loading

0 comments on commit b111348

Please sign in to comment.