Skip to content

Commit

Permalink
Updated Windows 32/64-bit and Linux 32/64-bit binaries to 1.07
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2097 committed Jul 21, 2024
1 parent b31eef7 commit 079f90a
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://github.com/dan2097/jna-inchi/workflows/ci_build/badge.svg)](https://github.com/dan2097/jna-inchi/actions)

# JNA-InChI
Wrapper to access InChI and RInchI from Java. This wraps the latest version of [InChI](https://www.inchi-trust.org/) (1.06) and [RInChI](https://github.com/IUPAC-InChI/RInChI) (1.00) using [JNA](https://github.com/java-native-access/jna).
Wrapper to access InChI and RInchI from Java. This wraps the latest version of [InChI](https://www.inchi-trust.org/) (1.07) and [RInChI](https://github.com/IUPAC-InChI/RInChI) (1.00) using [JNA](https://github.com/java-native-access/jna).
A simple native Java interface can then be used to call InChI.
Java 8 or higher is required.
Detailed information about the capabilities and limitations when converting from and to RInChI can be found in the io.github.dan2097.jnarinchi [package documentation](https://javadoc.io/static/io.github.dan2097/jna-rinchi-core/1.2.1/io/github/dan2097/jnarinchi/package-summary.html#package.description).
Expand Down
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# JNA-InChI Release Notes

## 1.3.0 (2024-??-??)
* Updated to InChI 1.07

## 1.2.1 (2024-03-03)
* Compatibility with JNA 5.13.0 and later ([#22](https://github.com/dan2097/jna-inchi/issues/22))

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jnainchi_version=${project.version}
inchi_version=1.06
inchi_version=1.07
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified jna-inchi-linux-x86/src/main/resources/linux-x86/libjnainchi.so
Binary file not shown.
Binary file not shown.
Binary file modified jna-inchi-win32-x86/src/main/resources/win32-x86/jnainchi.dll
Binary file not shown.

0 comments on commit 079f90a

Please sign in to comment.