Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozea committed May 26, 2023
1 parent 4ec18c6 commit cc3896e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## MIToS.jl Release Notes

### Changes from v2.11.1 to v2.12.0

* The `downloadsifts` function now downloads the SIFTS files from the PDBe HTTPS server
instead of the previous FTP server. This improves error handling during the download
process, making it more robust by relying on the `download_file` function. If you prefer
the previous behavior, you can set the new keyword argument `source` to `"ftp"`.

* It resolves an issue with the representation of Multiple Sequence Alignments and
ContingencyTables in the `show` methods by always using explicit MIME types.

* *[Breaking change]* The `show` methods that accept only two elements without an explicit
MIME type are now deprecated.

### Changes from v2.11.0 to v2.11.1

* MIToS now checks the magic number of gzip files immediately after download. If
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MIToS"
uuid = "51bafb47-8a16-5ded-8b04-24ef4eede0b5"
version = "2.11.1"
version = "2.12.0"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down

2 comments on commit cc3896e

@diegozea
Copy link
Owner 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 created: JuliaRegistries/General/84280

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 v2.12.0 -m "<description of version>" cc3896ed711d4fe57b8a42a8d07dee825a8a8896
git push origin v2.12.0

Please sign in to comment.