Skip to content

Commit

Permalink
chore: prepare v1.0.2 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTrem authored May 23, 2024
1 parent 5e36664 commit 3eb9ccc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ext/rinchi-gem/rinchi/
ext/rinchi-gem/RInChI/
ext/rinchi-gem/rinchi.o
ext/rinchi-gem/rinchi_wrap.*
ext/rinchi-gem/rinchi.so


.tool-versions
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## [Unreleased]

## [v1.0.2] - 2024-05-23

fix:
- ! now use the github.com/iupac-inchi/rinchi for the official source of the rinchi lib

test:
- set up github action #2

2 changes: 1 addition & 1 deletion lib/rinchi-gem/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module RinchiGem
VERSION = "1.0.1"
VERSION = "1.0.2"
GEMVERSION = VERSION
end

0 comments on commit 3eb9ccc

Please sign in to comment.