From 976513740f1b45fe68ffff1b8c2256d73925224e Mon Sep 17 00:00:00 2001 From: Yao Xiao <37345096+Yaoyx@users.noreply.github.com> Date: Mon, 22 Apr 2024 02:55:11 -0700 Subject: [PATCH] change v0.6.2 to v0.7.0 in changelog as well (#517) * change v0.6.2 to v0.7.0 in changelog as well * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Nezar Abdennur --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5538995..6904ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Release notes -## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.6.2...HEAD) +## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.7.0...HEAD) -## [v0.6.2](https://github.com/open2c/cooltools/compare/v0.6.1...v0.6.2) +## [v0.7.0](https://github.com/open2c/cooltools/compare/v0.6.1...v0.7.0) ### New features * Add pool decorator to functions for supporting multiprocess