Skip to content

Commit 36e0537

Browse files
authored
Release 3.1.1 (#1719)
Signed-off-by: Stephen Mackenzie <[email protected]>
1 parent 8decb45 commit 36e0537

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ Morné Chamberlain <[email protected]> <[email protected]>
165165

166166
167167

168+
Robert Minsk <[email protected]> cfxegbert <[email protected]>
169+
168170
Sylvain Maziere <[email protected]> predat <[email protected]>
169171
170172

CHANGELOG.md

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

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

5+
## 3.1.1 (2024-04-14)
6+
[Source](https://github.com/AcademySoftwareFoundation/rez/tree/3.1.1) | [Diff](https://github.com/AcademySoftwareFoundation/rez/compare/3.1.0...3.1.1)
7+
8+
### Fixes
9+
10+
- Add symlink locking for filesystems that do not support hardlinks [\#1708](https://github.com/AcademySoftwareFoundation/rez/pull/1708) ([cfxegbert](https://github.com/cfxegbert))
11+
- Fix error caused by weakly referenced package not specifying version ▒ [\#1712](https://github.com/AcademySoftwareFoundation/rez/pull/1712) ([loonghao](https://github.com/loonghao))
12+
13+
### Documentation
14+
15+
- Add plugin documentation page [\#1703](https://github.com/AcademySoftwareFoundation/rez/pull/1703) ([BryceGattis](https://github.com/BryceGattis))
16+
- Make gh-rez external link dynamic [\#1707](https://github.com/AcademySoftwareFoundation/rez/pull/1707) ([BryceGattis](https://github.com/BryceGattis))
17+
18+
### Miscellaneous
19+
20+
- Convert all plugin rezconfig to rezconfig.py [\#1692](https://github.com/AcademySoftwareFoundation/rez/pull/1692) ([brycegbrazen](https://github.com/brycegbrazen))
21+
22+
523
## 3.1.0 (2024-03-30)
624
[Source](https://github.com/AcademySoftwareFoundation/rez/tree/3.1.0) | [Diff](https://github.com/AcademySoftwareFoundation/rez/compare/3.3.0...3.1.0)
725

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.1.0"
7+
_rez_version = "3.1.1"

0 commit comments

Comments
 (0)