Skip to content

Commit

Permalink
0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
corbett5 committed Sep 9, 2021
1 parent 9e778b0 commit 3f7bacf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ Version vxx.yy.zz -- Release date 20yy-mm-dd

* Bug fixes:

Version v0.2.2 -- Release date 2021-09-09
============================================

* Build changes/improvements:
* Added support for running the unit tests through Valgrind.

* Bug fixes:
* Calling begin/end on an ArraySlice with non-unit stride is a compile time error.
* Fixed a bug in the testBuffers with GCC 7.5.0.
* Fixed a memory leak in Array and SortedArray move assignment operators.
* Fixed a compiler warning with GCC in release.

Version v0.2.1 -- Release date 2020-05-06
============================================

Expand Down
2 changes: 2 additions & 0 deletions scripts/uberenv/packages/lvarray/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ class Lvarray(CMakePackage, CudaPackage):

version('develop', branch='develop', submodules=False)
version('main', branch='main', submodules=False)
version('0.2.2', tag='v0.2.2', submodules=False)
version('0.2.1', tag='v0.2.1', submodules=False)
version('0.2.0', tag='v0.2.0', submodules=False)
version('0.1.0', tag='v0.1.0', submodules=True)

Expand Down

0 comments on commit 3f7bacf

Please sign in to comment.