Skip to content

Commit

Permalink
Preparing release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fverdugo committed Aug 23, 2021
1 parent 3eff00b commit ed8d920
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ed8d920

Please sign in to comment.