Skip to content

Commit f99dacd

Browse files
authored
Merge pull request #45 from gridap/gridap_v0.17
Adding support for Gridap 0.17
2 parents 524f3a4 + 531382a commit f99dacd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## Unreleased
8+
9+
### Added
10+
- Support for Gridap v0.17.
11+
712
## [0.1.0] - 2021-08-23
813

914
### Added

Diff for: Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GridapMakie"
22
uuid = "41f30b06-6382-4b60-a5f7-79d86b35bf5d"
33
authors = ["Alberto F. Martín <alberto.martin@monash.edu>","Eric Neiva <eneiva@cimne.upc.edu>","Pau Riera <pau.riera.p@gmail.com>","Francesc Verdugo <fverdugo@cimne.upc.edu>", "Jan Weidner <jw3126@gmail.com>", "Other contributors"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
@@ -18,7 +18,7 @@ FileIO = "1"
1818
FillArrays = "0.11, 0.12"
1919
GLMakie = "0.3, 0.4"
2020
GeometryBasics = "0.3"
21-
Gridap = "0.16"
21+
Gridap = "0.16, 0.17"
2222
Makie = "0.13, 0.15"
2323
julia = "1.6"
2424

0 commit comments

Comments
 (0)