Skip to content

Commit 102970c

Browse files
author
ajohns
committed
version, chlog update
1 parent 3030e05 commit 102970c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## 2.83.0 (2021-04-14)
4+
[Source](https://github.com/nerdvegas/rez/tree/2.83.0) | [Diff](https://github.com/nerdvegas/rez/compare/2.82.0...2.83.0)
5+
6+
**Notes**
7+
8+
New tool: `rez-mv`.
9+
10+
**Merged pull requests:**
11+
12+
- Package move [\#1061](https://github.com/nerdvegas/rez/pull/1061) ([nerdvegas](https://github.com/nerdvegas))
13+
14+
**Closed issues:**
15+
16+
- add pkg move feature [\#1059](https://github.com/nerdvegas/rez/issues/1059)
17+
318
## 2.82.0 (2021-04-08)
419
[Source](https://github.com/nerdvegas/rez/tree/2.82.0) | [Diff](https://github.com/nerdvegas/rez/compare/2.81.2...2.82.0)
520

src/rez/utils/_version.py

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

22

33
# Update this value to version up Rez. Do not place anything else in this file.
4-
_rez_version = "2.82.0"
4+
_rez_version = "2.83.0"
55

66

77
# Copyright 2013-2016 Allan Johns.

0 commit comments

Comments
 (0)