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

Commit 694c926

Browse files
author
dcyoung
committed
Updated changelog and version numbers for release v1.2.1
1 parent f3006eb commit 694c926

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v1.2.1
4+
This release is compatible with device firmware v1.4.
5+
6+
Changes:
7+
- libsweep:
8+
- Fixed c++ interface, to resolve linker errors when header is included in multiple translation units.
9+
310
## v1.2.0
411
This release is compatible with device firmware v1.4.
512

libsweep/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(sweep C CXX)
66

77
set(SWEEP_VERSION_MAJOR 1)
88
set(SWEEP_VERSION_MINOR 2)
9-
set(SWEEP_VERSION_PATCH 0)
9+
set(SWEEP_VERSION_PATCH 1)
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.2.0",
3+
"version": "1.2.1",
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.2.0',
11+
version='1.2.1',
1212
description='Python bindings for libsweep',
1313
long_description=readme_content,
1414
author='Scanse',

0 commit comments

Comments
 (0)