Skip to content

Commit

Permalink
REL: Release carma v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed May 22, 2022
1 parent 7405bbd commit 7dfcff7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.6.6] - 2022-05-22

### Changes

* fixes finding python3 on manylinux CICD image when installed

## [0.6.5] - 2022-05-19

Patch release that mainly updates dependency versions.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.16)

SET(CARMA_VERSION_MAJOR 0)
SET(CARMA_VERSION_MINOR 6)
SET(CARMA_VERSION_PATCH 5)
SET(CARMA_VERSION_PATCH 6)
SET(CARMA_VERSION_INFO "${CARMA_VERSION_MAJOR}.${CARMA_VERSION_MINOR}.${CARMA_VERSION_PATCH}")

PROJECT(
Expand Down
4 changes: 2 additions & 2 deletions include/carma
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
#ifndef CARMA_VERSION_MAJOR
#define CARMA_VERSION_MAJOR 0
#define CARMA_VERSION_MINOR 6
#define CARMA_VERSION_PATCH 4
#define CARMA_VERSION_NAME "0.6.4 HO"
#define CARMA_VERSION_PATCH 6
#define CARMA_VERSION_NAME "0.6.6 HO"
#endif

namespace carma {
Expand Down

0 comments on commit 7dfcff7

Please sign in to comment.