diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dba076c5ff..89edbaeb78f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ -Paparazzi v5.13.0_testing +Paparazzi v5.14.0_stable ======================== +Stable version release + +- experimental integration of Rust module to the airborne code + [#2355] (https://github.com/paparazzi/paparazzi/pull/2355) +- document quat to axis conversion + [#2367] (https://github.com/paparazzi/paparazzi/pull/2367) +- fix synchro on SBUS radio control + [#2370] (https://github.com/paparazzi/paparazzi/pull/2370) + +Paparazzi v5.13.0_testing +========================= + First release candidate for v5.14 General diff --git a/paparazzi_version b/paparazzi_version index c1b30f168c7..affa87cb0e2 100755 --- a/paparazzi_version +++ b/paparazzi_version @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v5.13.0_testing +DEF_VER=v5.14.0_stable # First try git describe (if running on a git repo), # then use default version from above (for release tarballs).