Skip to content

Commit

Permalink
Updated changelog and version numbers for release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyoung committed Jun 16, 2017
1 parent 51246f7 commit 92ff978
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.2.0
This release is compatible with device firmware v1.4.

Changes:
- libsweep:
- Mac OS support
- Propagate dynamic type of exception from background thread
- sweeppy
- Added patch version (ie: MAJOR.MINOR.PATCH)

## v1.1.2

This release is compatible with device firmware v1.4.
Expand Down
4 changes: 2 additions & 2 deletions libsweep/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ project(sweep C CXX)
# Major for breaking ABI changes. Minor for features. Patch for bugfixes.

set(SWEEP_VERSION_MAJOR 1)
set(SWEEP_VERSION_MINOR 1)
set(SWEEP_VERSION_PATCH 2)
set(SWEEP_VERSION_MINOR 2)
set(SWEEP_VERSION_PATCH 0)


option(DUMMY "Build dummy libsweep always returning static point cloud data. No device needed." OFF)
Expand Down
2 changes: 1 addition & 1 deletion sweepjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sweepjs",
"version": "1.1.2",
"version": "1.2.0",
"description": "Native module for the Sweep LiDAR",
"keywords": [
"addon",
Expand Down
2 changes: 1 addition & 1 deletion sweeppy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
readme_content = f.read()

setup(name='sweeppy',
version='1.1.2',
version='1.2.0',
description='Python bindings for libsweep',
long_description=readme_content,
author='Scanse',
Expand Down

0 comments on commit 92ff978

Please sign in to comment.