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";