From e84241d8ae73bfce742f9e75a359e18e80010766 Mon Sep 17 00:00:00 2001 From: Santiago Badia Date: Tue, 21 Sep 2021 13:50:22 +1000 Subject: [PATCH] Preparing v0.7.0 --- NEWS.md | 6 ++++++ Project.toml | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index d0edace..400b545 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,12 @@ 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). +## [0.7.0] - 2021-09-21 + +### Added + - Added Newmark method in PR [#55](https://github.com/gridap/GridapODEs.jl/pull/55) + - Updated to Gridap v0.16 in PR [#54](https://github.com/gridap/GridapODEs.jl/pull/54) + ## [0.6.0] - 2020-12-15 ### Changed diff --git a/Project.toml b/Project.toml index 3593966..2239129 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GridapODEs" uuid = "55e38337-5b6e-4c7c-9cfc-e00dd49102e6" authors = ["Santiago Badia"] -version = "0.6.0" +version = "0.7.0" [deps] ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" @@ -12,11 +12,11 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -ForwardDiff = "0.10.10" +ForwardDiff = "0.10" Gridap = "0.16" -LineSearches = "7.0.1" -Sundials = "4.3" -julia = "1.3" +LineSearches = "7.1" +Sundials = "4.5" +julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"