Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Mar 28, 2024
1 parent d2a386c commit 8b24f65
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Copy and pasting the git commit messages is __NOT__ enough.
### Removed
### Security

## [v2.0.1] - 2024-03-28
### Fixed
- Restored deprecated `debug_log` to benchmark runner.

## [v2.0.0] - 2024-02-04
### Added
- Added a utility method `SMARTS.prepare_observe_from()` which allows safely adding sensors to vehicles.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = smarts
version = 2.0.0
version = 2.0.1
url = https://github.com/huawei-noah/SMARTS
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Steps to build and push the SMARTS docker image
# ```bash
# $ cd </path/to/SMARTS>
# export VERSION=v0.5.0
# export VERSION=v2.0.1
# $ docker build --no-cache -f ./utils/docker/Dockerfile -t huaweinoah/smarts:$VERSION .
# $ docker login
# $ docker push huaweinoah/smarts:$VERSION
Expand Down
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile.minimal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Steps to build and push the software rendering SMARTS docker image
# ```bash
# $ cd </path/to/SMARTS>
# export VERSION=v2.0.0
# export VERSION=v2.0.1
# export DOCK_TYPE=minimal
# $ docker build --no-cache -f ./utils/docker/Dockerfile.$DOCK_TYPE -t ghcr.io/smarts-project/smarts:$VERSION-$DOCK_TYPE .
# $ # This uses a key for the smarts-project repository
Expand Down
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile.software_render
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Steps to build and push minimal SMARTS docker image
# ```bash
# $ cd </path/to/SMARTS>
# export VERSION=v2.0.0
# export VERSION=v2.0.1
# export DOCK_TYPE=software_render
# $ docker build --no-cache -f ./utils/docker/Dockerfile.$DOCK_TYPE -t ghcr.io/smarts-project/smarts:$VERSION-$DOCK_TYPE .
# $ # This uses a key for the smarts-project repository
Expand Down

0 comments on commit 8b24f65

Please sign in to comment.