Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Oct 24, 2024
1 parent a74736f commit 40c1e3d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 2.5.4

## Common

- `ngspice` tool:
- Add `jobs` argument
- Add `spiceinit_path` argument
- By default copy the PDK spiceinit to the simulation directory
- `klayout_drc` tool:
- Add `jobs` argument
- Add `drc_script_path` argument
- Reserved variables:
- Add `CACE{jobs}`
- Add `CACE{root}`
- Issue a warning when a conditions has the same name as a reserved variable

# 2.5.3

## 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.5.3'
__version__ = '2.5.4'

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

0 comments on commit 40c1e3d

Please sign in to comment.