File tree Expand file tree Collapse file tree 4 files changed +7
-27
lines changed Expand file tree Collapse file tree 4 files changed +7
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- YCM 0.8.0 (UNRELEASED ) Release Notes
1
+ YCM 0.8.0 (2018-06-11 ) Release Notes
2
2
************************************
3
3
4
4
.. only :: html
@@ -20,6 +20,7 @@ Modules
20
20
Generic Modules
21
21
---------------
22
22
23
+ * :module: `GitInfo `: Fixed for clones using `git-worktree `
23
24
* :module: `InstallBasicPackageFiles `: Added ``INCLUDE_FILE `` argument to
24
25
support appending user content to the generated ``PackageConfig.cmake `` file.
25
26
* :module: `InstallBasicPackageFiles `: Added ``EXPORT `` arguments to use
@@ -57,6 +58,9 @@ CMake Next
57
58
3rd Party
58
59
---------
59
60
61
+ * qt-gstreamer modules are now imported from the official
62
+ `qt-gstreamer Git Repository `_ instead of from the `robotology-dependencies `
63
+ clone.
60
64
* :module: `Catch `, :module: `CatchAddTests `, and :module: `ParseAndAddCatchTests `
61
65
modules imported from `Catch2 Git Repository `_.
62
66
* The :module: `FindFFMPEG ` is now imported from the `VTK Git Repository `_
Original file line number Diff line number Diff line change @@ -11,15 +11,14 @@ YCM 0.8 Series
11
11
.. toctree ::
12
12
:maxdepth: 1
13
13
14
- YCM 0.8.0 (UNRELEASED ) <0.8.0 >
14
+ YCM 0.8.0 (2018-06-11 ) <0.8.0 >
15
15
16
16
YCM 0.6 Series
17
17
--------------
18
18
19
19
.. toctree ::
20
20
:maxdepth: 1
21
21
22
- YCM 0.6.1 (UNRELEASED) <0.6.1 >
23
22
YCM 0.6.0 (2017-12-21) <0.6.0 >
24
23
25
24
YCM 0.4 Series
Original file line number Diff line number Diff line change 37
37
include (GitInfo)
38
38
39
39
set (YCM_VERSION_MAJOR 0)
40
- set (YCM_VERSION_MINOR 7 )
40
+ set (YCM_VERSION_MINOR 8 )
41
41
set (YCM_VERSION_PATCH 0)
42
42
43
43
You can’t perform that action at this time.
0 commit comments