Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Preparing v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagobadia committed Dec 12, 2021
1 parent d44885f commit 6cbd4b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ All notable changes to this project will be documented in this file.
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
## [0.8.0] - 2021-12-13

### Added


- Updated to Gridap v0.17 in PR [#58](https://github.com/gridap/GridapODEs.jl/pull/58)

### Changed

- New API for transient FE operators. Since PR [#63](https://github.com/gridap/GridapODEs.jl/pull/63).
- Hiding the creation of `TransientFESolver` from user code. Since PR [#59](https://github.com/gridap/GridapODEs.jl/pull/59).

### Fixed

- Fixing Autodiff since PR [#62](https://github.com/gridap/GridapODEs.jl/pull/62).

## [0.7.0] - 2021-09-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GridapODEs"
uuid = "55e38337-5b6e-4c7c-9cfc-e00dd49102e6"
authors = ["Santiago Badia"]
version = "0.7.0"
version = "0.8.0"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand Down

0 comments on commit 6cbd4b9

Please sign in to comment.