From 693bf3063cddf32fc2a4ab329eaab2785b08b4ba Mon Sep 17 00:00:00 2001 From: amartin Date: Wed, 1 Dec 2021 10:38:03 +1100 Subject: [PATCH] Bump release 0.17.6 --- NEWS.md | 9 +++++++++ Project.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 4d04c65d5..4bd1ec8cf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,15 @@ 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.17.6] - 2021-12-01 + +### Added +- Implemented `Base.unaliascopy(A::SubVector)`. Since PR [#715](https://github.com/gridap/Gridap.jl/pull/715). + +### Fixed +- Bugfix in `Base.view(glue::FaceToFaceGlue,ids::AbstractArray)`. Since PR [#724](https://github.com/gridap/Gridap.jl/pull/724). + + ## [0.17.5] - 2021-11-08 ### Added diff --git a/Project.toml b/Project.toml index 0f8424360..26e101023 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Gridap" uuid = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e" authors = ["Santiago Badia ", "Francesc Verdugo "] -version = "0.17.5" +version = "0.17.6" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"