Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 92ff978

Browse files
author
dcyoung
committed
Updated changelog and version numbers for release v1.2.0
1 parent 51246f7 commit 92ff978

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

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

515
This release is compatible with device firmware v1.4.

libsweep/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ project(sweep C CXX)
55
# Major for breaking ABI changes. Minor for features. Patch for bugfixes.
66

77
set(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

1212
option(DUMMY "Build dummy libsweep always returning static point cloud data. No device needed." OFF)

sweepjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

sweeppy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
readme_content = f.read()
99

1010
setup(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',

0 commit comments

Comments
 (0)