Skip to content

Commit 8b24f65

Browse files
committed
Bump version to 2.0.1
1 parent d2a386c commit 8b24f65

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Copy and pasting the git commit messages is __NOT__ enough.
1717
### Removed
1818
### Security
1919

20+
## [v2.0.1] - 2024-03-28
21+
### Fixed
22+
- Restored deprecated `debug_log` to benchmark runner.
23+
2024
## [v2.0.0] - 2024-02-04
2125
### Added
2226
- Added a utility method `SMARTS.prepare_observe_from()` which allows safely adding sensors to vehicles.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = smarts
3-
version = 2.0.0
3+
version = 2.0.1
44
url = https://github.com/huawei-noah/SMARTS
55
long_description = file:README.md
66
long_description_content_type = text/markdown

utils/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Steps to build and push the SMARTS docker image
22
# ```bash
33
# $ cd </path/to/SMARTS>
4-
# export VERSION=v0.5.0
4+
# export VERSION=v2.0.1
55
# $ docker build --no-cache -f ./utils/docker/Dockerfile -t huaweinoah/smarts:$VERSION .
66
# $ docker login
77
# $ docker push huaweinoah/smarts:$VERSION

utils/docker/Dockerfile.minimal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Steps to build and push the software rendering SMARTS docker image
22
# ```bash
33
# $ cd </path/to/SMARTS>
4-
# export VERSION=v2.0.0
4+
# export VERSION=v2.0.1
55
# export DOCK_TYPE=minimal
66
# $ docker build --no-cache -f ./utils/docker/Dockerfile.$DOCK_TYPE -t ghcr.io/smarts-project/smarts:$VERSION-$DOCK_TYPE .
77
# $ # This uses a key for the smarts-project repository

utils/docker/Dockerfile.software_render

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Steps to build and push minimal SMARTS docker image
22
# ```bash
33
# $ cd </path/to/SMARTS>
4-
# export VERSION=v2.0.0
4+
# export VERSION=v2.0.1
55
# export DOCK_TYPE=software_render
66
# $ docker build --no-cache -f ./utils/docker/Dockerfile.$DOCK_TYPE -t ghcr.io/smarts-project/smarts:$VERSION-$DOCK_TYPE .
77
# $ # This uses a key for the smarts-project repository

0 commit comments

Comments
 (0)