Skip to content

Commit bdd4336

Browse files
committed
Add changelog for 0.22.2
1 parent aa3933a commit bdd4336

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.22.2
2+
======
3+
4+
* Remove RPATH from shared libraries that do not link to any other libraries in
5+
our environment.
6+
* Ensure we always return a proper and consistang default python version for
7+
create, fetch, build commands.
8+
9+
110
0.22.1
211
======
312

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)
3535

3636
# relenv package version
37-
__version__ = "0.22.1"
37+
__version__ = "0.22.2"
3838

3939
log = logging.getLogger(__name__)
4040

0 commit comments

Comments
 (0)