Skip to content

Commit

Permalink
Merge pull request #42 from gridap/gridap_v0.16
Browse files Browse the repository at this point in the history
Update to Gridap v0.16
  • Loading branch information
fverdugo authored Jun 8, 2021
2 parents 926c4ca + 0d7baf5 commit 9bba1fd
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).

## [0.4.2] - 2021-06-08

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

## [0.4.1] - 2021-01-22

### Added
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "GridapGmsh"
uuid = "3025c34a-b394-11e9-2a55-3fee550c04c8"
authors = ["Francesc Verdugo <fverdugo@cimne.upc.edu>"]
version = "0.4.1"
version = "0.4.2"

[deps]
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
gmsh_jll = "630162c2-fc9b-58b3-9910-8442a8a132e6"

[compat]
Gridap = "0.15"
Gridap = "0.15, 0.16.1"
gmsh_jll = "4.7.1"
julia = "1.3"

Expand Down

2 comments on commit 9bba1fd

@fverdugo
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/38422

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.2 -m "<description of version>" 9bba1fdb22176b3fb3c3e87fdf9ca990c0e5b3df
git push origin v0.4.2

Please sign in to comment.