Skip to content

Commit 46aba76

Browse files
committed
Updating changelog and readme after release
1 parent 9db10aa commit 46aba76

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
BioJava 5.1.0
2+
=============
3+
### New feature
4+
* ABI tracer ported from legacy biojava, #769, thanks @MaxGreil
5+
6+
### Bug fixes
7+
* Performance improvement for secondary structure calculation, #789
8+
* Fixed issue #731
9+
* Improved alt locs docs and some fixes, #778
10+
* Jmol dep updated to 14.29.17
11+
* Fixed issue #712
12+
* Fixed issue #791
13+
* Fixed issue #797
14+
* Fixed issue #784
15+
16+
BioJava 5.0.2
17+
=============
18+
### Bug fixes
19+
* Fixed issue #770
20+
* Upgraded to latest mmtf-java 1.0.8
21+
22+
BioJava 5.0.1
23+
=============
24+
### Bug fixes
25+
* Fixed issue #767
26+
* Fixed issue #761
27+
* Pom fixes for mvn site
28+
* Some logging fixes
29+
130
BioJava 5.0.0
231
=============
332

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you are using Maven you can add the BioJava repository by adding the followin
2828
<dependency>
2929
<groupId>org.biojava</groupId>
3030
<artifactId>biojava-core</artifactId>
31-
<version>5.0.2</version>
31+
<version>5.1.0</version>
3232
</dependency>
3333
<!-- other biojava jars as needed -->
3434
</dependencies>

0 commit comments

Comments
 (0)