Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatzel-ncats committed Jan 12, 2022
1 parent 59a4b75 commit abb26e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Molwitch API Changelog
## 0.6.1
## 0.6.2
1. added new CtTable Clean Rule M SAL lines with atom positions < 1 are removed from the atom list
1. MolSearcherFactory now returns an `Optional<MolSearcher>` to support not finding a searcher. Previously would throw NoSuchElementException.
1. added new InchiKey object with helper methods to do exact vs inexact matching.
1. log4j dependency updates
1. removed jni-inchi dependency and now use jna-inchi which bumps inchi version from 1.03 to 1.06
1. added direct mol file to inchi support.

## 0.6.1
- internal version only
## 0.6.0
1. removed `Atom#getRadicalValue()` since we also have `Atom#getRadical()`
1. more improvements to CTFileCleaner now includes atom block cleanup
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.2</version>

<name>ncats-molwitch</name>

Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-inchi-all</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
Expand Down

0 comments on commit abb26e9

Please sign in to comment.