From b2f913cd1aaf67f34c3d0ea3ead0dc048ffd2229 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Nov 2023 01:54:34 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/lpm0073/automatic-grader/compare/v1.3.1...v1.4.0) (2023-11-29) ### Features * add Pydantic classes to validate assignment structure and business rules ([33de272](https://github.com/lpm0073/automatic-grader/commit/33de2727b96cf2b60efbdfdefae72991ad7bb3d4)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5905a..ffeef0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/lpm0073/automatic-grader/compare/v1.3.1...v1.4.0) (2023-11-29) + + +### Features + +* add Pydantic classes to validate assignment structure and business rules ([33de272](https://github.com/lpm0073/automatic-grader/commit/33de2727b96cf2b60efbdfdefae72991ad7bb3d4)) + ## [1.3.1](https://github.com/lpm0073/automatic-grader/compare/v1.3.0...v1.3.1) (2023-11-28)