Skip to content

Commit 40c1e3d

Browse files
committed
Update changelog and version
1 parent a74736f commit 40c1e3d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Changelog.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 2.5.4
2+
3+
## Common
4+
5+
- `ngspice` tool:
6+
- Add `jobs` argument
7+
- Add `spiceinit_path` argument
8+
- By default copy the PDK spiceinit to the simulation directory
9+
- `klayout_drc` tool:
10+
- Add `jobs` argument
11+
- Add `drc_script_path` argument
12+
- Reserved variables:
13+
- Add `CACE{jobs}`
14+
- Add `CACE{root}`
15+
- Issue a warning when a conditions has the same name as a reserved variable
16+
117
# 2.5.3
218

319
## Common

cace/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
__version__ = '2.5.3'
14+
__version__ = '2.5.4'
1515

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

0 commit comments

Comments
 (0)