Skip to content

Commit

Permalink
Merge pull request #2227 from siliconcompiler/version0.21.2
Browse files Browse the repository at this point in the history
version 0.21.2
  • Loading branch information
gadfort committed Mar 8, 2024
2 parents 1765b74 + db3edec commit 2708fff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changes
Expand Up @@ -8,6 +8,15 @@ The changes in each SiliconCompiler release version are described below. Commit
version shown in (). Where applicable, the contributors that suggested a given
feature are shown in [].

SiliconCompiler 0.21.2 (2024-03-08)
=========================================

**Minor:**

* Fix importing of package data from non libraries
* Fix unlocking behavior in schema keys


SiliconCompiler 0.21.1 (2024-03-07)
=========================================

Expand Down
2 changes: 1 addition & 1 deletion siliconcompiler/_metadata.py
@@ -1,5 +1,5 @@
# Version number following semver standard.
version = '0.21.1'
version = '0.21.2'

# Default server address for remote runs, if unspecified.
default_server = 'https://server.siliconcompiler.com'
Expand Down

0 comments on commit 2708fff

Please sign in to comment.