This repository was archived by the owner on Nov 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.2.0
4+ This release is compatible with device firmware v1.4.
5+
6+ Changes:
7+ - libsweep:
8+ - Mac OS support
9+ - Propagate dynamic type of exception from background thread
10+ - sweeppy
11+ - Added patch version (ie: MAJOR.MINOR.PATCH)
12+
313## v1.1.2
414
515This release is compatible with device firmware v1.4.
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ project(sweep C CXX)
55# Major for breaking ABI changes. Minor for features. Patch for bugfixes.
66
77set (SWEEP_VERSION_MAJOR 1)
8- set (SWEEP_VERSION_MINOR 1 )
9- set (SWEEP_VERSION_PATCH 2 )
8+ set (SWEEP_VERSION_MINOR 2 )
9+ set (SWEEP_VERSION_PATCH 0 )
1010
1111
1212option (DUMMY "Build dummy libsweep always returning static point cloud data. No device needed." OFF )
Original file line number Diff line number Diff line change 11{
22 "name" : " sweepjs" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.2.0 " ,
44 "description" : " Native module for the Sweep LiDAR" ,
55 "keywords" : [
66 " addon" ,
Original file line number Diff line number Diff line change 88 readme_content = f .read ()
99
1010setup (name = 'sweeppy' ,
11- version = '1.1.2 ' ,
11+ version = '1.2.0 ' ,
1212 description = 'Python bindings for libsweep' ,
1313 long_description = readme_content ,
1414 author = 'Scanse' ,
You can’t perform that action at this time.
0 commit comments