From 682edda3f82926cc33a2c0da04d0ffe27edb9198 Mon Sep 17 00:00:00 2001 From: ajohns Date: Wed, 22 Jun 2022 21:40:21 +1000 Subject: [PATCH] version, changelog update Signed-off-by: ajohns --- CHANGELOG.md | 8 ++++++++ src/rez/utils/_version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b797523..0f2909321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.111.2 (2022-06-22) +[Source](https://github.com/AcademySoftwareFoundation/rez/tree/2.111.2) | [Diff](https://github.com/AcademySoftwareFoundation/rez/compare/2.111.1...2.111.2) + +**Merged pull requests:** + +- ResolvedContext.get_resolved_package() should return None for failure [\#1325](https://github.com/AcademySoftwareFoundation/rez/pull/1325) ([alexey-pelykh](https://github.com/alexey-pelykh)) +- fix accidental skip of fail in benchmarking ci [\#1336](https://github.com/AcademySoftwareFoundation/rez/pull/1336) ([nerdvegas](https://github.com/nerdvegas)) + ## 2.111.1 (2022-06-14) [Source](https://github.com/AcademySoftwareFoundation/rez/tree/2.111.1) | [Diff](https://github.com/AcademySoftwareFoundation/rez/compare/2.111.0...2.111.1) diff --git a/src/rez/utils/_version.py b/src/rez/utils/_version.py index f16d9b92e..809767a88 100644 --- a/src/rez/utils/_version.py +++ b/src/rez/utils/_version.py @@ -3,4 +3,4 @@ # Update this value to version up Rez. Do not place anything else in this file. -_rez_version = "2.111.1" +_rez_version = "2.111.2"