Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #57 from gridap/Release-v0.7.0
Browse files Browse the repository at this point in the history
Preparing v0.7.0
  • Loading branch information
santiagobadia authored Sep 21, 2021
2 parents 6a5fe68 + e84241d commit 2c74d24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.7.0] - 2021-09-21

### Added
- Added Newmark method in PR [#55](https://github.com/gridap/GridapODEs.jl/pull/55)
- Updated to Gridap v0.16 in PR [#54](https://github.com/gridap/GridapODEs.jl/pull/54)

## [0.6.0] - 2020-12-15

### Changed
Expand Down
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GridapODEs"
uuid = "55e38337-5b6e-4c7c-9cfc-e00dd49102e6"
authors = ["Santiago Badia"]
version = "0.6.0"
version = "0.7.0"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand All @@ -12,11 +12,11 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ForwardDiff = "0.10.10"
ForwardDiff = "0.10"
Gridap = "0.16"
LineSearches = "7.0.1"
Sundials = "4.3"
julia = "1.3"
LineSearches = "7.1"
Sundials = "4.5"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

3 comments on commit 2c74d24

@santiagobadia
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/45263

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.7.0 -m "<description of version>" 2c74d246005df86e1765f566d5426abc2e74e125
git push origin v0.7.0

@santiagobadia
Copy link
Member Author

Choose a reason for hiding this comment

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

TagBot tag

Please sign in to comment.