Skip to content

Commit 6185380

Browse files
committed
Release YCM 0.8.0
1 parent e115f21 commit 6185380

File tree

4 files changed

+7
-27
lines changed

4 files changed

+7
-27
lines changed

help/release/0.6.1.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

help/release/0.8.0.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
YCM 0.8.0 (UNRELEASED) Release Notes
1+
YCM 0.8.0 (2018-06-11) Release Notes
22
************************************
33

44
.. only:: html
@@ -20,6 +20,7 @@ Modules
2020
Generic Modules
2121
---------------
2222

23+
* :module:`GitInfo`: Fixed for clones using `git-worktree`
2324
* :module:`InstallBasicPackageFiles`: Added ``INCLUDE_FILE`` argument to
2425
support appending user content to the generated ``PackageConfig.cmake`` file.
2526
* :module:`InstallBasicPackageFiles`: Added ``EXPORT`` arguments to use
@@ -57,6 +58,9 @@ CMake Next
5758
3rd Party
5859
---------
5960

61+
* qt-gstreamer modules are now imported from the official
62+
`qt-gstreamer Git Repository`_ instead of from the `robotology-dependencies`
63+
clone.
6064
* :module:`Catch`, :module:`CatchAddTests`, and :module:`ParseAndAddCatchTests`
6165
modules imported from `Catch2 Git Repository`_.
6266
* The :module:`FindFFMPEG` is now imported from the `VTK Git Repository`_

help/release/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ YCM 0.8 Series
1111
.. toctree::
1212
:maxdepth: 1
1313

14-
YCM 0.8.0 (UNRELEASED) <0.8.0>
14+
YCM 0.8.0 (2018-06-11) <0.8.0>
1515

1616
YCM 0.6 Series
1717
--------------
1818

1919
.. toctree::
2020
:maxdepth: 1
2121

22-
YCM 0.6.1 (UNRELEASED) <0.6.1>
2322
YCM 0.6.0 (2017-12-21) <0.6.0>
2423

2524
YCM 0.4 Series

internal-modules/YCMVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
include(GitInfo)
3838

3939
set(YCM_VERSION_MAJOR 0)
40-
set(YCM_VERSION_MINOR 7)
40+
set(YCM_VERSION_MINOR 8)
4141
set(YCM_VERSION_PATCH 0)
4242

4343

0 commit comments

Comments
 (0)