Skip to content

Commit 3f7bacf

Browse files
committed
0.2.2 release
1 parent 9e778b0 commit 3f7bacf

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ Version vxx.yy.zz -- Release date 20yy-mm-dd
99

1010
* Bug fixes:
1111

12+
Version v0.2.2 -- Release date 2021-09-09
13+
============================================
14+
15+
* Build changes/improvements:
16+
* Added support for running the unit tests through Valgrind.
17+
18+
* Bug fixes:
19+
* Calling begin/end on an ArraySlice with non-unit stride is a compile time error.
20+
* Fixed a bug in the testBuffers with GCC 7.5.0.
21+
* Fixed a memory leak in Array and SortedArray move assignment operators.
22+
* Fixed a compiler warning with GCC in release.
23+
1224
Version v0.2.1 -- Release date 2020-05-06
1325
============================================
1426

scripts/uberenv/packages/lvarray/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class Lvarray(CMakePackage, CudaPackage):
4040

4141
version('develop', branch='develop', submodules=False)
4242
version('main', branch='main', submodules=False)
43+
version('0.2.2', tag='v0.2.2', submodules=False)
44+
version('0.2.1', tag='v0.2.1', submodules=False)
4345
version('0.2.0', tag='v0.2.0', submodules=False)
4446
version('0.1.0', tag='v0.1.0', submodules=True)
4547

0 commit comments

Comments
 (0)