Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## MIToS.jl Release Notes

### Changes from v3.5.0 to v3.6.0

- Fixed a minor bug that caused `get_n_words` to return a first empty string when
the string started with a separator character. Now, `get_n_words` correctly returns
only the actual words ignoring leading separators.

### Changes from v3.4.6 to v3.5.0

- Fixed PDB downloads by switching the `downloadpdb` default `baseurl` to the new RCSB
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 = "3.5.0"
version = "3.6.0"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Expand Down
Loading