From a6831ed77edb738529a8ef529146b2baa081d8bf Mon Sep 17 00:00:00 2001 From: KKlochko Date: Wed, 18 Oct 2023 22:22:52 +0300 Subject: [PATCH] Update the CHANGELOG. --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3920efc..e77caf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.2] - 2023-30-18 + +### Changed +- Update the README. +- Update the version. +- Update the CHANGELOG. + +## [0.13.1] - 2023-30-18 + +### Changed +- Add the license, LGPLv3. + +## [0.13.0] - 2023-30-18 + +### Added +- Add validators to show error if a test method is invalid. +- Add a Calculator and its tests. +- Add the invalid tests. +- Add the tests for test validators. + +### Fixed +- Fix the given-when-then tests to have public methods. +- Fix the test count for ClassLoader's test. + +### Changed +- Update the block to run only a public method. +- Update the TestCommandFactory to have the validators. + ## [0.12.7] - 2023-30-16 ### Added