Skip to content

Commit

Permalink
update to v0.8.0 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Aug 22, 2023
1 parent 29b63fb commit 47ef745
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.8] - 2023-08-22

### Added

- [PR#289](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/289)
Added the ability to regrid onto a Mesh as a target instead of a Cube.
[@stephenworsley](https://github.com/stephenworsley)

## [0.7] - 2023-05-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion esmf_regrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from .schemes import *


__version__ = "0.8.dev0"
__version__ = "0.8.0"

0 comments on commit 47ef745

Please sign in to comment.