From ca64ac43caf76f966a2c998036b4ab99efeef63e Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Wed, 19 May 2021 11:11:16 +0100 Subject: [PATCH] corrections --- CHANGES.md | 14 +++----------- doc/etc/fcm-version.js | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9895c2ad..f7e3f581 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,22 +5,14 @@ for a full listing of issues for each release. -------------------------------------------------------------------------------- -## 2020.05.0 (2019-09-30) +## 2021.05.0 (2021-05-20) FCM release 43. ### Noteworthy Changes -[#264](https://github.com/metomi/fcm/pull/264): -[#267](https://github.com/metomi/fcm/pull/267): -Ensure that fcm provides support for Subversion 1.10. - -[#258](https://github.com/metomi/fcm/pull/258): -Changed the behaviour of fcm-add-trac-env to add a named repository rather -than the default - -[#261](https://github.com/metomi/fcm/pull/258): -Make post commit hook threshold for size warning configurable. +[260](https://github.com/metomi/fcm/pull/260) +Fix bug where fcm would ignore modules that begin with function/subroutine. -------------------------------------------------------------------------------- diff --git a/doc/etc/fcm-version.js b/doc/etc/fcm-version.js index 979a7a02..97ff578f 100644 --- a/doc/etc/fcm-version.js +++ b/doc/etc/fcm-version.js @@ -1 +1 @@ -FCM.VERSION="2020.05.0"; +FCM.VERSION="2021.05.0";