Skip to content

Commit

Permalink
Release 0.16.6 (nasa#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira authored Jun 6, 2022
1 parent a09b270 commit 6d8f094
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Releases

## Release 0.16.6

* switch map online possibility
* other fixes

## Release 0.16.5

* Fix multiple bugs
Expand Down
2 changes: 1 addition & 1 deletion astrobee.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PROJECT_NAME = "NASA Astrobee Robot Software"
# control system is used.


PROJECT_NUMBER = 0.16.5
PROJECT_NUMBER = 0.16.6

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion astrobee/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.0)
project(astrobee)

set(ASTROBEE_VERSION 0.16.5)
set(ASTROBEE_VERSION 0.16.6)

## Compile as C++14, supported in ROS Kinetic and newer
add_compile_options(-std=c++14)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
astrobee (0.16.6) testing; urgency=medium

* switch map online possibility
* other fixes

-- Astrobee Flight Software <[email protected]> Fri, 03 Jun 2022 15:54:22 -0700

astrobee (0.16.5) testing; urgency=medium

* Fix multiple bugs
Expand Down

0 comments on commit 6d8f094

Please sign in to comment.