Skip to content

Commit

Permalink
Merge pull request #2307 from siliconcompiler/version0.21.7
Browse files Browse the repository at this point in the history
version 0.21.7
  • Loading branch information
gadfort committed Apr 2, 2024
2 parents e874129 + 6b34902 commit 9a8c45d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Changes
Expand Up @@ -8,6 +8,21 @@ 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.7 (2024-04-02)
=========================================

**Minor:**

* Update remote code to honor constraints transmitted by the remote runner.
* Add fall back to package locking when file system locking is not available.
* Fixed handling of github artifact packages.
* Added build scripts for ubuntu22.

* Tools:

* vpr: add reporting images to tool driver, these can be disabled via ['tool', 'vpr', 'task', 'place' or 'route', 'var', 'enable_images'] = 'false'.


SiliconCompiler 0.21.6 (2024-03-28)
=========================================

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

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

0 comments on commit 9a8c45d

Please sign in to comment.