Skip to content

Commit

Permalink
Release 1.15.2 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Apr 16, 2018
1 parent c489351 commit df02f4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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 2.8.3)

set(_YPSPUR_MAJOR_VERSION 1)
set(_YPSPUR_MINOR_VERSION 15)
set(_YPSPUR_PATCH_VERSION 1)
set(_YPSPUR_PATCH_VERSION 2)

if(${CMAKE_MAJOR_VERSION} LESS 3)
# DARN_IT: CMake 2 should be supported until April, 2019 (Ubuntu Trusty EOL)
Expand Down
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# ChangeLog for YP-Spur

## 1.15.2
- Add exec_depend to catkin for ROS build (#64)

## 1.15.1
- Fix buildtool_depend in ROS manifest (#62)
- Fix ROS package manifest (#61)
- Add run_depend to catkin in ROS package manifest (#60)
- Fix deployment (#59)
- Workaround for CERT_UNTRUSTED error in npm (#58)


## 1.15.0
- Fix project version handling both on cmake 2 and 3 (#55)
- Fix odometry timestamp (#54)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ypspur</name>
<version>1.15.1</version>
<version>1.15.2</version>
<description>YP-Spur is a mobile robot motion control software with coordinate frame based commands. </description>
<maintainer email="[email protected]">Atsushi Watanabe</maintainer>
<license>MIT</license>
Expand Down

0 comments on commit df02f4e

Please sign in to comment.