Skip to content

Commit f145772

Browse files
authored
release version 2.1.0 (#16)
* release version 2.1.0 * ChangeLog: fix wording * ChangeLog: reworded stHashIterator changes
1 parent ed86575 commit f145772

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2020-01-21 Johnathan Wong <jowong@bcgsc.ca>
2+
3+
* Release version 2.1.0
4+
* Added support for RNA sequences
5+
* stHashIterator is now able to produce multiple hashes for each seed
6+
17
2017-03-08 Hamid Mohamadi <hmohamadi@bcgsc.ca>
28

39
* Automake version

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.62)
2-
AC_INIT(NTHASH, 1.0.4, hmohamadi@bcgsc.ca, ntHash,
2+
AC_INIT(NTHASH, 2.1.0, hmohamadi@bcgsc.ca, ntHash,
33
https://github.com/bcgsc/ntHash)
44
# add 'foreign' to allow README.md instead of README
55
AM_INIT_AUTOMAKE([foreign subdir-objects])

0 commit comments

Comments
 (0)