simple RELEASES.md

This commit is contained in:
Shane Smiskol
2025-02-10 16:54:06 -08:00
parent 0c178567cc
commit 382d1cca41
2 changed files with 10 additions and 1 deletions

9
RELEASES.md Normal file
View 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

View File

@@ -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" }]