Skip to content

Commit

Permalink
Merge pull request #72 from stigrj/release/0.2
Browse files Browse the repository at this point in the history
Prepare v0.2rc0
  • Loading branch information
robertodr authored Oct 13, 2021
2 parents 6198ddc + 6a02584 commit c897383
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

## [Unreleased]

## [0.2rc0]

Second release candidate, major reVAMP of the API.

## [0.1.0rc0]

First release candidate of VAMPyR.

[Unreleased]: https://github.com/MRChemSoft/vampyr/compare/v0.1.0rc0...HEAD
[Unreleased]: https://github.com/MRChemSoft/vampyr/compare/v0.2rc0...HEAD

[0.1.0rc0]: https://github.com/MRChemSoft/vampyr/releases/tag/v0.1.0rc0
[0.2rc0]: https://github.com/MRChemSoft/vampyr/releases/tag/v0.2rc0

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2a0
0.2rc0
6 changes: 2 additions & 4 deletions cmake/custom/fetch_mrcpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ else()
include(FetchContent)
FetchContent_Declare(mrcpp
QUIET
GIT_REPOSITORY
https://github.com/MRChemSoft/mrcpp.git
GIT_TAG
1a6d450ac356feffba5c5cb2d02b92a875dbb9aa
URL
https://github.com/MRChemSoft/mrcpp/archive/v1.4.0.tar.gz
)

set(CMAKE_CXX_COMPILER ${CMAKE_CXX_COMPILER})
Expand Down

0 comments on commit c897383

Please sign in to comment.