Skip to content

Commit 8f6f987

Browse files
Add changelog and bump version to 3.2.1 (#1864)
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent 9c0fe83 commit 8f6f987

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!-- start-here-sphinx-start-after -->
44

5+
## v3.2.1 (2024-10-27)
6+
[Source](https://github.com/AcademySoftwareFoundation/rez/tree/3.2.1) | [Diff](https://github.com/AcademySoftwareFoundation/rez/compare/v3.2.0...3.2.1)
7+
8+
### Fixes
9+
10+
- Fix key error on getting the "testing" key on older contexts [\#1863](https://github.com/AcademySoftwareFoundation/rez/pull/1863) ([JeanChristopheMorinPerso](https://github.com/JeanChristopheMorinPerso))
11+
12+
This will fix issues where contexts created from rez less than 3.2.0 would fail to be loaded in 3.2+.
13+
514
## v3.2.0 (2024-10-20)
615
[Source](https://github.com/AcademySoftwareFoundation/rez/tree/3.2.0) | [Diff](https://github.com/AcademySoftwareFoundation/rez/compare/3.1.1...3.2.0)
716

src/rez/utils/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
# Update this value to version up Rez. Do not place anything else in this file.
66
# Using .devN allows us to run becnmarks and create proper benchmark reports on PRs.
7-
_rez_version = "3.2.0"
7+
_rez_version = "3.2.1"

0 commit comments

Comments
 (0)