Skip to content

Commit e94e4f4

Browse files
committed
license change woot woot
1 parent 619d2ea commit e94e4f4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## 2.100.0 (2021-11-20)
4+
[Source](https://github.com/nerdvegas/rez/tree/2.100.0) | [Diff](https://github.com/nerdvegas/rez/compare/2.98.3...2.100.0)
5+
6+
**Notes**
7+
8+
IMPORTANT - This release changes the license from LGPL-3.0 to Apache-2.0.
9+
More: https://www.apache.org/licenses/LICENSE-2.0
10+
11+
**Merged pull requests:**
12+
13+
- Issue 1119 license change [\#1158](https://github.com/nerdvegas/rez/pull/1158) ([nerdvegas](https://github.com/nerdvegas))
14+
15+
**Closed issues:**
16+
17+
- Rez License Change: LGPLv3 to Apache2.0 [\#1119](https://github.com/nerdvegas/rez/issues/1119)
18+
319
## 2.98.3 (2021-11-19)
420
[Source](https://github.com/nerdvegas/rez/tree/2.98.3) | [Diff](https://github.com/nerdvegas/rez/compare/2.98.2...2.98.3)
521

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.98.3"
17+
_rez_version = "2.100.0"

0 commit comments

Comments
 (0)