Skip to content

Commit 5fa39cc

Browse files
committed
version, changelog update
1 parent 8725668 commit 5fa39cc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 2.103.2 (2021-12-15)
4+
[Source](https://github.com/nerdvegas/rez/tree/2.103.2) | [Diff](https://github.com/nerdvegas/rez/compare/2.103.1...2.103.2)
5+
6+
**Merged pull requests:**
7+
8+
- Uses Set-Item rather than $Env: to configure powershell environment variables. [\#1176](https://github.com/nerdvegas/rez/pull/1176) ([hutchinson](https://github.com/hutchinson))
9+
10+
**Closed issues:**
11+
12+
- Environment variables containing brackets break powershell shell [\#1175](https://github.com/nerdvegas/rez/issues/1175)
13+
314
## 2.103.1 (2021-12-10)
415
[Source](https://github.com/nerdvegas/rez/tree/2.103.1) | [Diff](https://github.com/nerdvegas/rez/compare/2.103.0...2.103.1)
516

src/rez/utils/_version.py

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

1515

1616
# Update this value to version up Rez. Do not place anything else in this file.
17-
_rez_version = "2.103.1"
17+
_rez_version = "2.103.2"

0 commit comments

Comments
 (0)