Skip to content

Commit

Permalink
Merge pull request #45 from gridap/gridap_v0.17
Browse files Browse the repository at this point in the history
Adding support for Gridap 0.17
  • Loading branch information
fverdugo authored Nov 10, 2021
2 parents 524f3a4 + 531382a commit f99dacd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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

### Added
- Support for Gridap v0.17.

## [0.1.0] - 2021-08-23

### Added
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GridapMakie"
uuid = "41f30b06-6382-4b60-a5f7-79d86b35bf5d"
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"]
version = "0.1.0"
version = "0.1.1"

[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Expand All @@ -18,7 +18,7 @@ FileIO = "1"
FillArrays = "0.11, 0.12"
GLMakie = "0.3, 0.4"
GeometryBasics = "0.3"
Gridap = "0.16"
Gridap = "0.16, 0.17"
Makie = "0.13, 0.15"
julia = "1.6"

Expand Down

0 comments on commit f99dacd

Please sign in to comment.