Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmark1 committed Jul 20, 2024
1 parent 99dcf2b commit 5f01a03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
paths-ignore:
- '**/README.md'
- '**/DEVELOPMENT.md'
- '**/CHANGELOG.rst'
pull_request:
branches: [ main ]

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v0.2.0 (20-07-2024)
--------------
- [uav_ros_stack] Update to version 0.2.0
- [ardupilot_gazebo] Minor fixes

v0.1.0 (02-05-2024)
--------------
- [uav_ros_stack] Update to version 0.1.0
Expand Down
4 changes: 2 additions & 2 deletions gitman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sources_locked:
- rm -rf build
- repo: [email protected]:larics/ardupilot_gazebo
name: ardupilot_gazebo
rev: b80be8861ad0911178ce2cec864341a911829fa9
rev: 86fcd644a30b9e411c9a38507d576437889b7c23
type: git
params:
sparse_paths:
Expand Down Expand Up @@ -138,7 +138,7 @@ sources_locked:
- git submodule update --init --recursive
- repo: [email protected]:larics/uav_ros_stack
name: uav_ros_stack
rev: ba8a6ab149b8f8460aed3efa6e2389b6257fb8d1
rev: fae44fcdac766b5fc62b1527662653931395b9b8
type: git
params:
sparse_paths:
Expand Down

0 comments on commit 5f01a03

Please sign in to comment.