Skip to content

Commit fd2d265

Browse files
authored
changelog with chronological highlights (#156)
* updated changelog * updated python version
1 parent 56d6b3d commit fd2d265

3 files changed

Lines changed: 36 additions & 2 deletions

File tree

client/python/projectairsim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "projectairsim"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
description = "Project AirSim client package"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.7,<4"

client/python/projectairsim/src/projectairsim/datacollection/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
MIT License.
55
"""
66
__version__ = "0.1.0"
7-
__airsim_client_version__ = "0.1.20"
7+
__airsim_client_version__ = "0.2.0"

docs/changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

0 commit comments

Comments
 (0)