Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kescobo authored Apr 7, 2021
1 parent 21a5a45 commit 42fe4ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [UNRELEASED]
### Changes
- eutils.jl now retries requests that have been rate-limited

# [0.3.3]
### Changes
- eutils.jl now retries requests that have been rate-limited ([#26](https://github.com/BioJulia/BioServices.jl/pull/26)).
- Added EBIProteins ([#27](https://github.com/BioJulia/BioServices.jl/pull/37)).
- Updated CI / documentation building ([#36](https://github.com/BioJulia/BioServices.jl/pull/39) and lots of others)

## [0.3.2] - 2018-12-13
### Changes
Expand Down

2 comments on commit 42fe4ac

@kescobo
Copy link
Member Author

@kescobo kescobo commented on 42fe4ac Apr 7, 2021

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 created: JuliaRegistries/General/33773

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.0 -m "<description of version>" 42fe4ac8cb4c193d6be523a56dfb540f61a0ec03
git push origin v0.4.0

Please sign in to comment.