Skip to content

Commit 6017c78

Browse files
committed
chore(release): 1.2.0
1 parent 80551ae commit 6017c78

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.2.0](https://github.com/simwrapper/simwrapper-python-tools/compare/v1.1.0...v1.2.0) (2021-12-01)
6+
7+
8+
### Features
9+
10+
* Learned new command "simwrapper open [vsp/asim]" ([80551ae](https://github.com/simwrapper/simwrapper-python-tools/commit/80551ae95d6d68166ef064b405c080220824d6b7))
11+
12+
13+
### Bug Fixes
14+
15+
* use next open port, starting at 8000 ([3501c21](https://github.com/simwrapper/simwrapper-python-tools/commit/3501c21b249121d951a10e03b05da77613846645))
16+
517
## 1.1.0 (2021-12-01)
618

719

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ version:
3737
.PHONY: version
3838

3939
#.build-sentinel: $(shell find simwrapper/*.py) $(shell find docs/*) README.md setup.py
40-
.build-sentinel: $(shell find simwrapper/*.py) README.md setup.py
40+
.build-sentinel: $(shell find simwrapper/*.py) VERSION README.md setup.py
4141
> rm -rf dist
4242
> python3 setup.py sdist bdist_wheel
4343
> twine check dist/*

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

0 commit comments

Comments
 (0)