From 6cbd4b9f1131c8cb1f2f21befc9d0ffdced07ad5 Mon Sep 17 00:00:00 2001 From: Santiago Badia Date: Mon, 13 Dec 2021 09:52:47 +1100 Subject: [PATCH] Preparing v0.8.0 --- NEWS.md | 12 +++++++++++- Project.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 48eeaad..963d5a0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/Project.toml b/Project.toml index aaa6873..c73d12f 100644 --- a/Project.toml +++ b/Project.toml @@ -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"