File tree Expand file tree Collapse file tree
client/python/projectairsim
src/projectairsim/datacollection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " projectairsim"
7- version = " 0.1.1 "
7+ version = " 0.2.0 "
88description = " Project AirSim client package"
99readme = { file = " README.md" , content-type = " text/markdown" }
1010requires-python = " >=3.7,<4"
Original file line number Diff line number Diff line change 44MIT License.
55"""
66__version__ = "0.1.0"
7- __airsim_client_version__ = "0.1.20 "
7+ __airsim_client_version__ = "0.2.0 "
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5+
6+ ## [ Unreleased]
7+
8+ ## [ 0.2.0] - 2026-05-29
9+ ### Added
10+ - Unreal Engine 5.7 support
11+ - Build commit hash service and client helper API
12+ - Engine-driven and external simulation clock modes, including schema and demo updates
13+ - DepthLiDAR sensor support with UE 5.7 compatibility
14+
15+ ### Changed
16+ - Relaxed Open3D version constraints
17+ - Improved ` UE_ROOT ` configuration handling
18+
19+ ### Fixed
20+ - Missing dependency handling and Linux dev tool installation issues
21+ - Depth copy behavior from Unreal
22+ - ` make_base_specs() ` behavior for local file specs
23+ - Namespace and unit-test integration issues
24+
25+ ## [ 0.1.1] - 2025-07-30
26+ ### Added
27+ - Core Project AirSim platform baseline
28+
29+ ### Fixed
30+ - ` __has_feature ` macro MSVC compatibility for Windows toolchains
31+
32+ [ Unreleased ] : https://github.com/iamaisim/ProjectAirSim/compare/v0.2.0...HEAD
33+ [ 0.2.0 ] : https://github.com/iamaisim/ProjectAirSim/compare/v0.1.1...v0.2.0
34+ [ 0.1.1 ] : https://github.com/iamaisim/ProjectAirSim/releases/tag/v0.1.1
You can’t perform that action at this time.
0 commit comments