Skip to content

Commit aa43ec3

Browse files
authored
Merge pull request #124 from hmakelin/release-67
Prepare release v0.67.0
2 parents d5e511c + 727b9ad commit aa43ec3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = "GISNav"
1515
copyright = "2024, Harri Makelin"
1616
author = "Harri Makelin"
17-
release = "v0.66.0"
17+
release = "v0.67.0"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/vitepress/docs/shared/clone-to-colcon-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Clone latest version of GISNav and dependencies to colcon workspace:
22

33
```bash
44
cd ~/colcon_ws/src
5-
git clone --branch v0.66.0 https://github.com/hmakelin/gisnav.git
5+
git clone --branch v0.67.0 https://github.com/hmakelin/gisnav.git
66
git clone --branch gimbal-protocol-v2-plugin https://github.com/adinkra-labs/mavros_feature_gimbal-protocol-v2-plugin.git mavros
77
```

gisnav/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>gisnav</name>
5-
<version>0.66.0</version>
5+
<version>0.67.0</version>
66
<description>Estimates airborne drone global position by matching video to map retrieved from onboard GIS server.</description>
77
<author email="hmakelin@protonmail.com">Harri Makelin</author>
88
<maintainer email="hmakelin@protonmail.com">Harri Makelin</maintainer>

0 commit comments

Comments
 (0)