From ed8d920b195014d863b7dd69b7787d6bd991a5b1 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Mon, 23 Aug 2021 08:45:48 +0200 Subject: [PATCH] Preparing release 0.1.0 --- NEWS.md | 2 +- Project.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 96bfcc6..2483a77 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ 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.1.0] - Unreleased +## [0.1.0] - 2021-08-23 ### Added - Visualization of vertices, edges, and faces of Gridap `Triangulaiton` objects made of simplices. diff --git a/Project.toml b/Project.toml index 43aa730..5e7f8c2 100644 --- a/Project.toml +++ b/Project.toml @@ -13,13 +13,13 @@ Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e" Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" [compat] -CairoMakie = "0.6" +CairoMakie = "0.5, 0.6" FileIO = "1" -FillArrays = "0.12" -GLMakie = "0.4" +FillArrays = "0.11, 0.12" +GLMakie = "0.3, 0.4" GeometryBasics = "0.3" Gridap = "0.16" -Makie = "0.15" +Makie = "0.13, 0.15" julia = "1.6" [extras]