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 #64 from gridap/Release-v0.8.0
Browse files Browse the repository at this point in the history
Preparing v0.8.0
  • Loading branch information
santiagobadia authored Dec 12, 2021
2 parents d44885f + 6cbd4b9 commit 378a68d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ 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
## [0.8.0] - 2021-12-13

### Added


- Updated to Gridap v0.17 in PR [#58](https://github.com/gridap/GridapODEs.jl/pull/58)

### Changed

- New API for transient FE operators. Since PR [#63](https://github.com/gridap/GridapODEs.jl/pull/63).
- Hiding the creation of `TransientFESolver` from user code. Since PR [#59](https://github.com/gridap/GridapODEs.jl/pull/59).

### Fixed

- Fixing Autodiff since PR [#62](https://github.com/gridap/GridapODEs.jl/pull/62).

## [0.7.0] - 2021-09-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0"
version = "0.8.0"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand Down

2 comments on commit 378a68d

@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/50412

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.8.0 -m "<description of version>" 378a68decd2f9400d96dd548a563d4fda8cae64c
git push origin v0.8.0

Please sign in to comment.