Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLauwens committed Dec 29, 2020
2 parents 32ffb58 + 42a9a52 commit 52c4f68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

## Installation

[![ResumableFunctions](http://pkg.julialang.org/badges/ResumableFunctions_0.6.svg)](http://pkg.julialang.org/detail/ResumableFunctions)
[![ResumableFunctions](http://pkg.julialang.org/badges/ResumableFunctions_0.7.svg)](http://pkg.julialang.org/detail/ResumableFunctions)
[![ResumableFunctions](http://pkg.julialang.org/badges/ResumableFunctions_1.0.svg)](http://pkg.julialang.org/detail/ResumableFunctions)

`ResumableFunctions` is a [registered package](http://pkg.julialang.org) and can be installed by running:
```julia
using Pkg
Expand Down Expand Up @@ -86,6 +82,8 @@ Iteration protocol:

## Release notes

* 2020: v0.5.2 is Julia v1.6 compatible

* 2019: v0.5.1
* inference problem solved: force iterator next value to be of type `Union` of `Tuple` and `Nothing`.

Expand Down

2 comments on commit 52c4f68

@BenLauwens
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@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 updated: JuliaRegistries/General/27069

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.5.2 -m "<description of version>" 52c4f68eeebff663c8b04ea257765435edd7da48
git push origin v0.5.2

Please sign in to comment.