Skip to content

Commit

Permalink
[RELEASE]: copc-lib v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CCInc committed Oct 5, 2021
1 parent 6e2884d commit af08596
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2021-10-04

### Added

- **\[Python/C++\]** Indexing directly on Points object in C++/python, including slicing support in python
Expand Down Expand Up @@ -55,5 +57,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Copc` class

[1.1.0]: https://github.com/RockRobotic/copc-lib/compare/v1.0...v1.1.0
[1.3.0]: https://github.com/RockRobotic/copc-lib/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/RockRobotic/copc-lib/compare/v1.1.0...v1.2.0
[unreleased]: https://github.com/RockRobotic/copc-lib/compare/v1.2.0...HEAD


[Unreleased]: https://github.com/RockRobotic/copc-lib/compare/v1.3.0...HEAD
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
# ref https://github.com/robotology/how-to-export-cpp-library/blob/master/CMakeLists.txt
project(COPCLIB
LANGUAGES CXX C
VERSION 1.2.0)
VERSION 1.3.0)

# Defines the CMAKE_INSTALL_LIBDIR, CMAKE_INSTALL_BINDIR and many other useful macros.
# See https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def build_extension(self, ext):
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="copclib",
version="1.2.0",
version="1.3.0",
author="Rock Robotic Inc.",
author_email="support@rockrobotic.com",
description="A python interface to Cloud-Optimized Point Clouds (COPC)",
Expand Down

0 comments on commit af08596

Please sign in to comment.