Skip to content

Commit

Permalink
Bump version (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira authored Oct 1, 2021
1 parent e712e15 commit 48ddff7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.15.1)
set(ASTROBEE_VERSION 0.15.2)

# Define our options
option(USE_CCACHE
Expand Down
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Releases

## Release 0.15.2

* added python linters black and isort in the CI pipeline
* added perching arm reconnect service
* added nav and dock cam bayer image output option
* added code to report time for llp, mlp, hlp
* added end of motion check

## Release 0.15.1

* Separated config files for DDS communications to avoid conflict
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.15.1
PROJECT_NUMBER = 0.15.2

# 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
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
astrobee (0.15.2) testing; urgency=medium

* added python linters black and isort in the CI pipeline
* added perching arm reconnect service
* added nav and dock cam bayer image output option
* added code to report time for llp, mlp, hlp
* added end of motion check

-- Astrobee Flight Software <astrobee-fsw@nx.arc.nasa.gov> Thu, 30 Sep 2021 15:18:04 -0700

astrobee (0.15.1) testing; urgency=medium

* Separated config files for DDS communications to avoid conflict
Expand Down

0 comments on commit 48ddff7

Please sign in to comment.