diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2c31b..68fe1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v0.2.4 (2023-11-13) + +### Fix + +* fix: remove unnecessary fetch-depth config (#45) + +- the only component of CI/CD that needs access to the full commit history is +the version bumping logic (sematnic-release) +- bring the setup-python actions into consistency with each other ([`16fad96`](https://github.com/abid-mujtaba/testing-fixtures/commit/16fad96401f08cac6a21475bf591833f2c81f6c3)) + + ## v0.2.3 (2023-11-13) ### Ci diff --git a/pyproject.toml b/pyproject.toml index 9c14cfe..313fb1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "testing-fixtures" -version = "0.2.3" +version = "0.2.4" authors = [ { name = "Abid H. Mujtaba", email = "abid.naqvi83@gmail.com" } ]