Skip to content

Commit 249a96e

Browse files
committed
version, changelog update
1 parent d064dea commit 249a96e

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.109.0 (2022-04-19)
4+
[Source](https://github.com/nerdvegas/rez/tree/2.109.0) | [Diff](https://github.com/nerdvegas/rez/compare/2.108.0...2.109.0)
5+
6+
**Merged pull requests:**
7+
8+
- Feature/1256 add git bash shell plugin [\#1280](https://github.com/nerdvegas/rez/pull/1280) ([nerdvegas](https://github.com/nerdvegas))
9+
10+
**Closed issues:**
11+
12+
- add git-bash shell plugin [\#1256](https://github.com/nerdvegas/rez/issues/1256)
13+
314
## 2.108.0 (2022-04-19)
415
[Source](https://github.com/nerdvegas/rez/tree/2.108.0) | [Diff](https://github.com/nerdvegas/rez/compare/2.107.0...2.108.0)
516

src/rez/utils/_version.py

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

44

55
# Update this value to version up Rez. Do not place anything else in this file.
6-
_rez_version = "2.108.0"
6+
_rez_version = "2.109.0"

0 commit comments

Comments
 (0)