From 8fefcc4bc9d2d03536186a3e4bfe0c4d3c13d777 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Fri, 28 May 2021 16:59:21 -0700 Subject: [PATCH 1/2] Release notes for v3.0.4 Signed-off-by: Cary Phillips --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 72ff1850..d3260d74 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,20 @@ # Imath Release Notes +* [Version 3.0.4](#version-304-may-30-2021) May 30, 2021 * [Version 3.0.2](#version-302-may-16-2021) May 16, 2021 * [Version 3.0.1](#version-301-april-1-2021) April 1, 2021 * [Version 3.0.1-beta](#version-301-beta-march-28-2021) March 28, 2021 * [Version 3.0.0-beta](#version-300-beta-march-15-2021) March 15, 2021 * [Inherited History from OpenEXR](#inherited-history-from-openexr) +## Version 3.0.4 (May 30, 2021) + +Patch release that corrects a problem with the release version number +of v3.0.2: + +* \[[#147](https://github.com/AcademySoftwareFoundation/Imath/pull/147)\] Add #define for IMATH_VERSION_RELEASE_TYPE +* \[[#145](https://github.com/AcademySoftwareFoundation/Imath/pull/145)\] Set IMATH_VERSION from Imath_VERSION instead of CMAKE_PROJECT_VERSION + ## Version 3.0.2 (May 16, 2021) Patch release with miscellaneous bug/build fixes: From 9fc5d8514e14cd0be564a44857af5b322586132c Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sat, 29 May 2021 10:37:19 -0700 Subject: [PATCH 2/2] set v3.0.4 release date to June 1, 2021 Signed-off-by: Cary Phillips --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d3260d74..0cb18c68 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,13 @@ # Imath Release Notes -* [Version 3.0.4](#version-304-may-30-2021) May 30, 2021 +* [Version 3.0.4](#version-304-june-1-2021) June 1, 2021 * [Version 3.0.2](#version-302-may-16-2021) May 16, 2021 * [Version 3.0.1](#version-301-april-1-2021) April 1, 2021 * [Version 3.0.1-beta](#version-301-beta-march-28-2021) March 28, 2021 * [Version 3.0.0-beta](#version-300-beta-march-15-2021) March 15, 2021 * [Inherited History from OpenEXR](#inherited-history-from-openexr) -## Version 3.0.4 (May 30, 2021) +## Version 3.0.4 (June 1, 2021) Patch release that corrects a problem with the release version number of v3.0.2: