mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-18 13:03:52 +08:00
simple RELEASES.md
This commit is contained in:
9
RELEASES.md
Normal file
9
RELEASES.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Version 0.2.0 (2025-02-10)
|
||||
========================
|
||||
* Moved car/ directory from openpilot to opendbc. It comprises the APIs necessary to communicate with 275+ car models
|
||||
* opendbc is moving towards being a complete self-contained car API package
|
||||
* Soon all opendbc-related tests from openpilot will be migrated as well
|
||||
|
||||
Version 0.1.0 (2024-08-01)
|
||||
========================
|
||||
* Initial pre-release package with can/ and dbc/ directories
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "opendbc"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
description = "CAN bus databases and tools"
|
||||
license = { file = "LICENSE" }
|
||||
authors = [{ name = "Vehicle Researcher", email = "user@comma.ai" }]
|
||||
|
||||
Reference in New Issue
Block a user