Skip to content

Commit

Permalink
Update CHANGELOG for 14.0.2 release
Browse files Browse the repository at this point in the history
Also updated CHANGELOG.md so bullet points start with an indent of 2 characters.

Signed-off-by: Melissa Sulprizio <mpayer@seas.harvard.edu>
  • Loading branch information
msulprizio committed Nov 29, 2022
1 parent bd57c32 commit a17343d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@ This file documents all notable changes to the GCHP wrapper repository since ver

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased 14.0.2]
## [14.0.2] - 2022-11-29
### Changed
- Updated GEOS-Chem submodule to 14.0.2
- Updated HEMCO submodule to 3.5.2
- Updated GEOS-Chem submodule to 14.0.2
- Updated HEMCO submodule to 3.5.2
- Updated the documentation for clarity

### Fixed
- Removed memory leaks in GEOS-Chem and HEMCO submodule code
- Units for State_Diag%RxnRate diagnostic are now `molec cm-3 s-1`
instead of `s-1`
- Removed memory leaks in GEOS-Chem and HEMCO submodule code
- Units for State_Diag%RxnRate diagnostic are now `molec cm-3 s-1`
instead of `s-1`

## [14.0.1] - 2022-10-31
### Changed
- Updated GEOS-Chem submodule to 14.0.1

- Updated GEOS-Chem submodule to 14.0.1

## [14.0.0] - 2022-10-25
### Added
- Created CHANGELOG.md
- Created CHANGELOG.md

### Changed
- Changed GEOS-Chem submodule to 14.0.0 release
- Changed HEMCO submodule version: 3.4.0 -> 3.5.0
- Changed GEOS-ESM submodule versions:
* MAPL: v2.6.3 -> v2.18.3
* FVdycoreCubed_GridComp: v1.2.12 -> v1.8.0
* fvdycore: geos/v1.1.6 -> geos/v1.4.0
* GMAO_Shared: v1.3.8 -> v1.5.3
* FMS: geos/2019.01.02+noaff.6 -> geos/2019.01.02+noaff.8
* ESMA_cmake: v3.0.6 -> v3.8.0
- Changed Goddard-Fortran-Ecosystem submodule versions:
* gFTL-shared: v1.2.0 -> v1.4.1
* gFTL: v1.3.1 -> v1.6.0
* pFlogger: v1.5.0 -> v1.6.1
* yaFyaml: v0.5.0 -> v1.0-beta.4
- Updated build files for compatibility with new submodule versions
- Updated CONTRIBUTING.md and SUPPORT.md to retire guidelines on GEOS-Chem wiki
- Updated GCHP ReadTheDocs documentation
- Updated spack deployment action to use new installation procedure
- Update AWS benchmarking github actions to act on all dev* branches
- Changed GEOS-Chem submodule to 14.0.0 release
- Changed HEMCO submodule version: 3.4.0 -> 3.5.0
- Changed GEOS-ESM submodule versions:
* MAPL: v2.6.3 -> v2.18.3
* FVdycoreCubed_GridComp: v1.2.12 -> v1.8.0
* fvdycore: geos/v1.1.6 -> geos/v1.4.0
* GMAO_Shared: v1.3.8 -> v1.5.3
* FMS: geos/2019.01.02+noaff.6 -> geos/2019.01.02+noaff.8
* ESMA_cmake: v3.0.6 -> v3.8.0
- Changed Goddard-Fortran-Ecosystem submodule versions:
* gFTL-shared: v1.2.0 -> v1.4.1
* gFTL: v1.3.1 -> v1.6.0
* pFlogger: v1.5.0 -> v1.6.1
* yaFyaml: v0.5.0 -> v1.0-beta.4
- Updated build files for compatibility with new submodule versions
- Updated CONTRIBUTING.md and SUPPORT.md to retire guidelines on GEOS-Chem wiki
- Updated GCHP ReadTheDocs documentation
- Updated spack deployment action to use new installation procedure
- Update AWS benchmarking github actions to act on all dev* branches

### Removed
- Removed Azure continuous integration test pipeline
- Removed pFUnit submodule since not used
- Removed Azure continuous integration test pipeline
- Removed pFUnit submodule since not used

### Fixed
- Fixed broken CMAKE_BUILD_TYPE options for intel and gfortran compilers
- Fixed broken CMAKE_BUILD_TYPE options for intel and gfortran compilers

0 comments on commit a17343d

Please sign in to comment.