Skip to content

Commit ed103c4

Browse files
committed
release 2.0.4
1 parent d75c770 commit ed103c4

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/ros-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
name: ros2-devel
1+
name: ros2-ci
22

33
# Controls when the action will run. Triggers the workflow on push or pull request
44
on:
55
push:
6-
branches: [ ros2-devel ]
6+
branches: [ ros2, ros2-devel ]
77
pull_request:
8-
branches: [ ros2-devel ]
8+
branches: [ ros2, ros2-devel ]
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
12-
ros2-devel-ci:
12+
ros2-ci:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
ros_distribution:
1818
# - dashing
1919
# - foxy
20-
# - galactic
20+
- galactic
2121
- rolling
2222
include:
2323
# Dashing Diademata (May 2019 - May 2021)

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package hls_lfcd_lds_driver
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.3 (2021-07-15)
6+
------------------
7+
* fix linker error
8+
* Contributors: goekce, Will Son
9+
510
2.0.2 (2021-04-15)
611
------------------
712
* fix laserscan data bug

0 commit comments

Comments
 (0)