diff --git a/CHANGELOG.md b/CHANGELOG.md index c37e73b..d82225d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## v4.7.6 (2023-07-13) + +### Fix + +* **deps:** Update dependency torchvision to v0.15.2 ([`dcaf366`](https://github.com/billsioros/RoughGAN/commit/dcaf366c23ecbe29f4dea020bd39cb6c0d0218f8)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.5...v4.7.6)** + ## v4.7.5 (2023-07-12) ### Fix @@ -62,6 +70,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v4.7.6 (2023-07-13) + +### Fix + +* **deps:** Update dependency torchvision to v0.15.2 ([`dcaf366`](https://github.com/billsioros/RoughGAN/commit/dcaf366c23ecbe29f4dea020bd39cb6c0d0218f8)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.5...v4.7.6)** + ## v4.7.5 (2023-07-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6543eed..0bffcd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ strict = true [tool.poetry] name = "RoughGAN" -version = "4.7.5" +version = "4.7.6" description = "A nanorough surfaces oriented ML library" readme = "README.md" authors = ["Vasilis Sioros "]