Skip to content

Commit

Permalink
Finalize release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2097 committed Dec 10, 2022
1 parent 314c2d5 commit b3c9fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The simplest way to use the library is with:
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-inchi-all</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
```
which includes binaries for most common platforms, support for converting SMILES to InChI/InChIKey and MDL RDfile and RXN to RInChI/RInChIKey.
Expand Down
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# JNA-InChI Release Notes

## 1.2 (TBD)
## 1.2 (2022-12-10)
* Added support for RInChI by wrapping the native RInChI library. The addition of RInChI capabilities was implemented by Ideaconsult Ltd and sponsored by Pending AI.
* Added ARM64 Linux binary (thanks to Igor Tetko)
* getInchiInputFromInchi and getInchiInputFromAuxInfo now return correctly return isotopic masses, rather than InChI's internal representation of these
* getInchiInputFromInchi and getInchiInputFromAuxInfo now correctly return isotopic masses, rather than InChI's internal representation of these

## v1.1 (2022-01-23)
* Methods on JnaInchi will now throw a RuntimeException rather than an Error if loading the InChI library fails e.g. unsupported platform
Expand Down

0 comments on commit b3c9fb8

Please sign in to comment.