Skip to content
Snippets Groups Projects
Commit c2c689c2 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

0.1.15

parent edbae492
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,12 @@
Changelog for package rosjava_bootstrap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.15 [2013-12-26]
------------------
* message generation now has a single api for official and unofficial releases
* message generation api smart enough to work out internal or external dependencies
* fix dependency problems on non xxx_msg packages - i.e. check for build_depends on message_generation
0.1.14 [2013-12-11]
------------------
* stop unofficial message generation accidentally picking up older versions of packages.
......
......@@ -27,7 +27,7 @@ project.ext {
allprojects {
group='org.ros.rosjava_bootstrap'
version = '0.1.14'
version = '0.1.15'
}
subprojects {
......
<?xml version="1.0"?>
<package>
<name>rosjava_bootstrap</name>
<version>0.1.14</version>
<version>0.1.15</version>
<description>
Bootstrap utilities for rosjava builds.
</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment