Skip to content

Commit b08d5b7

Browse files
committed
Pump generator version
1 parent 843be9e commit b08d5b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/linux-x64-build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
- name: Test with IDL ROS messages
7878
if: ${{ matrix.ros_distribution == 'rolling' }}
7979
run: |
80+
source /opt/ros/${{ matrix.ros_distribution }}/setup.bash
8081
npm i
8182
npm test-idl
8283
npm run clean

rosidl_gen/generator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rosidl-generator",
3-
"version": "0.5.1",
4-
"description": "Generate JavaScript object from ROS IDL(.msg) files",
3+
"version": "1.0.0",
4+
"description": "Generate JavaScript object from ROS IDL(.msg/.srv/.action/.idl) files",
55
"main": "index.js",
66
"authors": [
77
"Minggang Wang <[email protected]>",

0 commit comments

Comments
 (0)