Skip to content

Commit 495e437

Browse files
committed
version, changelog update
1 parent 08e9715 commit 495e437

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.105.0 (2022-03-19)
4+
[Source](https://github.com/nerdvegas/rez/tree/2.105.0) | [Diff](https://github.com/nerdvegas/rez/compare/2.104.10...2.105.0)
5+
6+
**Merged pull requests:**
7+
8+
- add package filter tests, fix 1237 [\#1238](https://github.com/nerdvegas/rez/pull/1238) ([nerdvegas](https://github.com/nerdvegas))
9+
10+
**Closed issues:**
11+
12+
- rez-test breaks with packages that do not have a timestamp attribute [\#1237](https://github.com/nerdvegas/rez/issues/1237)
13+
314
## 2.104.10 (2022-03-19)
415
[Source](https://github.com/nerdvegas/rez/tree/2.104.10) | [Diff](https://github.com/nerdvegas/rez/compare/2.104.9...2.104.10)
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.104.10"
6+
_rez_version = "2.105.0"

0 commit comments

Comments
 (0)