Skip to content

Commit 7612874

Browse files
committed
Release YCM 0.6.0
1 parent e9bfa39 commit 7612874

File tree

4 files changed

+8
-26
lines changed

4 files changed

+8
-26
lines changed

help/release/0.4.1.rst

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

help/release/0.6.0.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
YCM 0.6.0 (UNRELEASED) Release Notes
1+
YCM 0.6.0 (2017-12-21) Release Notes
22
************************************
33

44
.. only:: html
@@ -13,6 +13,8 @@ Modules
1313
Generic Modules
1414
---------------
1515

16+
17+
* :module:`GetAllCMakeProperties`: Add CMake policy stack PUSH and POP
1618
* :module:`AddInstallRPATHSupport`: Added a new variable ``INSTALL_NAME_DIR``
1719
to specify the absolute installation path of the libraries.
1820
* :module:`InstallBasicPackagesFiles`: Add ``TARGETS_PROPERTIES`` argument to
@@ -39,6 +41,8 @@ Generic Modules
3941
Superbuild Helper Modules
4042
-------------------------
4143

44+
* :module:`YCMEPHelper`: Updated ``GITLAB_ROBOTOLOGY`` style to the new git
45+
address.
4246
* :module:`YCMEPHelper`: Added option ``FOLDER`` (if not set, the ``COMPONENT``
4347
value is used).
4448
* :module:`YCMEPHelper`: Fixed :command:`ycm_write_dot_file` command not

help/release/index.rst

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

14-
YCM 0.6.0 (UNRELEASED) <0.6.0>
14+
YCM 0.6.0 (2017-12-21) <0.6.0>
1515

1616
YCM 0.4 Series
1717
--------------
1818

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

22-
YCM 0.4.1 (UNRELEASED) <0.4.1>
2322
YCM 0.4.0 (2017-06-15) <0.4.0>
2423

2524
YCM 0.2 Series

internal-modules/YCMVersion.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
include(GitInfo)
3838

3939
set(YCM_VERSION_MAJOR 0)
40-
set(YCM_VERSION_MINOR 5)
41-
set(YCM_VERSION_PATCH 1)
40+
set(YCM_VERSION_MINOR 6)
41+
set(YCM_VERSION_PATCH 0)
4242

4343

4444
set(YCM_VERSION_API "${YCM_VERSION_MAJOR}.${YCM_VERSION_MINOR}")

0 commit comments

Comments
 (0)