From b0a4de3dd9aa4841f3747d70156e8c206bdc4924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Tue, 26 May 2015 18:24:22 +0200 Subject: [PATCH] Fix missing/TODO links to 0.3.0 and 0.5.2 releases in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8689fee..54263ef 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ cmake [-G generator] [-DBUILD_SHARED_LIBS=ON|OFF] .. # Recent Release # -[yaml-cpp 0.5.2](TODO) has been released! This is a bug fix release. +[yaml-cpp 0.5.2](https://github.com/jbeder/yaml-cpp/releases/tag/release-0.5.2) has been released! This is a bug fix release. -[yaml-cpp 0.3.0](TODO) is still available if you want the old API. +[yaml-cpp 0.3.0](https://github.com/jbeder/yaml-cpp/releases/tag/release-0.3.0) is still available if you want the old API. **The old API will continue to be supported, and will still receive bugfixes!** The 0.3.x and 0.4.x versions will be old API releases, and 0.5.x and above will all be new API releases.