Skip to content

Commit

Permalink
Bump version 1.4 to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Feb 5, 2024
1 parent efd5d52 commit f0ef20e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ All text added must be human-readable.

Copy and pasting the git commit messages is __NOT__ enough.

## [Unreleased] - XXXX-XX-XX

## [Version] - XXXX-XX-XX
### Added
### Changed
### Deprecated
### Fixed
### Removed
### Security

## [v2.0.0] - 2024-02-04
### Added
- Added a utility method `SMARTS.prepare_observe_from()` which allows safely adding sensors to vehicles.
- The following methods now exist explicitly `Vehicle.{add_sensor|detach_sensor|subscribed_to|sensor_property|}`.
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 = 1.4.0
version = 2.0.0
url = https://github.com/huawei-noah/SMARTS
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit f0ef20e

Please sign in to comment.