diff --git a/ChangeLog.md b/ChangeLog.md index bbd8d539..c709106e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,7 @@ ChangeLog --------- -## v0.10.2 (in development) +## v0.10.3 (in development) ### TODO @@ -19,6 +19,9 @@ ChangeLog - Finalize C++ API (few typos and trivia bugs are still likely for now). - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc. + +## v0.10.2 at 2021-07-26 + Acknowledgements: - [Alex Sharov](https://github.com/AskAlexSharov) for reporting and testing. @@ -45,6 +48,7 @@ Backward compatibility break: - Use file `VERSION.txt` for version information instead of `VERSION` to avoid collision with `#include `. - Rename `slice::from/to_FOO_bytes()` to `slice::envisage_from/to_FOO_length()'. - Rename `MDBX_TEST_EXTRA` make's variable to `MDBX_SMOKE_EXTRA`. + - Some details of the C++ API have been changed for subsequent freezing. Fixes: diff --git a/appveyor.yml b/appveyor.yml index 12db4b0f..f240de0d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.10.1.{build} +version: 0.10.2.{build} environment: matrix: