Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Zatkovich authored and Nick Zatkovich committed Jan 23, 2019
1 parent 549c61f commit 1773c42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package vapor_master
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.0 (2019-01-22)
-----------
* remove dead code
* Allow parameter array and map containers (`#26 <https://github.com/roshub/vapor_master/issues/26>`_)
* track array items
* support yaml maps and arrays. ensure single no duplicate param paths and allow updating
* Contributors: 7bit, Nick Zatkovich

0.1.0 (2018-12-31)
-----------
* Initial release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vapor-master",
"version": "0.2.0",
"version": "0.3.0",
"main": "./dist/vapor_master.js",
"directories": {
"js": "js"
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>vapor_master</name>
<version>0.2.0</version>
<version>0.3.0</version>
<description>high availability ros master</description>

<maintainer email="[email protected]">Nicholas Zatkovich</maintainer>
Expand Down

0 comments on commit 1773c42

Please sign in to comment.