From a70f6f48830fd8742662058f53e952dcebffa573 Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Thu, 23 May 2024 14:40:27 +0100 Subject: [PATCH] update news, bump version --- NEWS.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index bc3ce63..df68e6c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,10 @@ BioStructures.jl release notes ============================== +## v3.1.0 - May 2024 + +* PrecompileTools.jl is used to reduce the time to first execution of PDB file reading. + ## v3.0.0 - Jan 2024 * On Julia 1.9 and later the `DataFrame` and `MetaGraph` constructors are moved to package extensions in order to reduce the number of dependencies. Calling `using DataFrames` and `using Graphs, MetaGraphs` respectively is now required to access these functions. diff --git a/Project.toml b/Project.toml index ea0e9a4..1d50e6c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BioStructures" uuid = "de9282ab-8554-53be-b2d6-f6c222edabfc" authors = ["Joe G Greener "] -version = "3.0.0" +version = "3.1.0" [deps] BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"