Skip to content

Commit 11896b0

Browse files
authored
Merge pull request #695 from MFraters/release_gwb_version_0.6
Release GWB version 0.6
2 parents 2361838 + 3778d2d commit 11896b0

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add new entries a the bottom of the current list in the subheading. Item format:
99

1010
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

12-
## [Unreleased]
12+
## [0.6.0]
1313
### Added
1414
- Implemented the framework that will allow the mass conserving temperature model to account for the the movement of a spreading center through time. \[Daniel Douglas; Haoyuan Li; 2024-02-29; [#654](https://github.com/GeodynamicWorldBuilder/WorldBuilder/pull/654)\]
1515
- Added an option to apply a spline in the mass conserving temperature of the slab. \[Haoyuan Li; 2024-02-27; [#659](https://github.com/GeodynamicWorldBuilder/WorldBuilder/pull/659)\]

CITATION

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,14 @@ DOI = {10.5194/se-10-1785-2019}
3030
URL = {https://doi.org/10.5281/zenodo.7998525},
3131
}
3232

33+
@misc{gwb-doi-v0.6.0,
34+
title = {{The Geodynamic World Builder} v0.6.0 [software]},
35+
author = {Menno Fraters and
36+
others},
37+
month = mar,
38+
year = 2024,
39+
DOI = {10.5281/zenodo.10794862},
40+
URL = {https://doi.org/10.5281/zenodo.10794862},
41+
}
42+
43+

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information see the [GWB site](https://geodynamicworldbuilder.github.io
2121

2222
## Frequently Asked Questions (FAQ)
2323
### What are the minimum requirements to compile the library and tools?
24-
For GWB version 0.5.0 only a C++14 compiler and CMake version higher than 2.8.12 are required to compile the library tools. Note that for some optional features (such as certain wrappers and unity build) a higher version of CMake and other dependencies may be needed (e.g., a Fortran compiler to compile the Fortran wrapper).
24+
For GWB version 0.6.0 only a C++14 compiler and CMake version higher than 2.8.12 are required to compile the library tools. Note that for some optional features (such as certain wrappers and unity build) a higher version of CMake and other dependencies may be needed (e.g., a Fortran compiler to compile the Fortran wrapper).
2525
### What do I do when I have a question or want to request a feature?
2626
If you have a question about the code and you can not find the answer easily in the documentation or the question is not already raised as an [issue](https://github.com/GeodynamicWorldBuilder/WorldBuilder/issues), please let us know by opening an [issue on github](https://github.com/GeodynamicWorldBuilder/WorldBuilder/issues/new). This is also the preferred method for asking for new features for GWB.
2727

@@ -38,9 +38,9 @@ The developers of the Geodynamic World Builder request that you cite the followi
3838

3939
Fraters, M., Thieulot, C., van den Berg, A., and Spakman, W.: The Geodynamic World Builder: a solution for complex initial conditions in numerical modelling, Solid Earth, [https://doi.org/10.5194/se-10-1785-2019](https://doi.org/10.5194/se-10-1785-2019), 2019.
4040

41-
And cite the specific version of the software used. Version 0.5.0 can be cited as:
41+
And cite the specific version of the software used. Version 0.6.0 can be cited as:
4242

43-
Menno Fraters and others. 2023, June 6. The Geodynamic World Builder v0.5.0. Zenodo. [https://doi.org/10.5281/zenodo.7998525](https://doi.org/10.5281/zenodo.7998525).
43+
Menno Fraters and others. 2023, June 6. The Geodynamic World Builder v0.6.0. Zenodo. [https://doi.org/10.5281/zenodo.10794862](https://doi.org/10.5281/zenodo.10794862).
4444

4545
### How can I follow the progress of this project?
4646
There are multiple ways in which you can follow this project:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0-pre
1+
0.6.0

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.6.0-pre.{build}'
1+
version: '0.6.0.{build}'
22

33
image: Visual Studio 2015
44

doc/doxygen_config.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = "World Builder"
8-
PROJECT_NUMBER = 0.6.0-pre
8+
PROJECT_NUMBER = 0.6.0
99
PROJECT_BRIEF = "A geodynamic initial conditions generator"
1010
PROJECT_LOGO =
1111
OUTPUT_DIRECTORY = doc/doxygen/

doc/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
project = 'Geodynamic World Builder'
2121
copyright = '2024, The authors of the Geodynamic World Builder'
2222
# The full version, including alpha/beta/rc tags
23-
release = '0.6.0-pre'
24-
html_title = "Manual GWB 0.6.0-pre"
23+
release = '0.6.0'
24+
html_title = "Manual GWB 0.6.0"
2525

2626

2727
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)