Skip to content

Commit

Permalink
Release 0.17.1 (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira authored Apr 4, 2023
1 parent 815c635 commit 36f5104
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Releases

# Release 0.17.1

* Multiple bug fixes

# Release 0.17.0

* Full compatibility and debians built for Ubuntu 20
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.17.0
PROJECT_NUMBER = 0.17.1

# 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.17.0)
set(ASTROBEE_VERSION 0.17.1)

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

* Multiple bug fixes

-- Astrobee Flight Software <[email protected]> Mon, 03 Apr 2023 10:59:33 -0700

astrobee (0.17.0) testing; urgency=medium

* Full compatibility and debians built for Ubuntu 20
* Deleted all simulink autocode for ctl and fam

-- Marina Moreira <mgouveia@ubuntu> Thu, 16 Feb 2023 09:43:41 -0800
-- Astrobee Flight Software <[email protected]> Thu, 16 Feb 2023 09:43:41 -0800

astrobee (0.16.7) testing; urgency=medium

Expand Down

0 comments on commit 36f5104

Please sign in to comment.