Skip to content

Commit d0b78ea

Browse files
committed
RLS Version 1.4.0-beta2
Several bugfixes included since beta1: - Do not fail when merging empty files (#113) - Fix version in install-reference mode (#107) - Update --create-reference-pack mode (#108) - Reset terminal colors after error for `--download-demo` mode - Add --trace argument to all modes
1 parent 959b4d2 commit d0b78ea

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Unreleased
44
users still had to recreate indices after downloading, negating some of
55
the benefits
66
* Update --install-reference-data mode to download latest version (#107)
7+
* Update --create-reference-pack mode to download latest version (#108)
8+
* Do not fail when merging empty files (#113)
79

810
Version 1.4.0 2022-05-23 (beta) by luispedro
911
* write() returns the filename used

NGLess/Version.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ versionStr :: String
1717
versionStr = showVersion version
1818

1919
versionStrLong :: String
20-
versionStrLong = "1.4.0-beta1"
20+
versionStrLong = "1.4.0-beta2"
2121

2222
dateStr :: String
23-
dateStr = "May 23 2022"
23+
dateStr = "May 26 2022"
2424

2525
embeddedStr :: String
2626
#ifdef NO_EMBED_SAMTOOLS_BWA

docs/sources/whatsnew.rst

+9-10
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
What's New (History)
33
====================
44

5-
Unreleased
6-
----------
7-
8-
9-
Bugfixes
10-
~~~~~~~~
11-
12-
- Update `--create-reference-pack` mode to newer format (where indices are
13-
versioned)
14-
155
Version 1.4.0
166
-------------
177

@@ -26,6 +16,15 @@ Improvements
2616
- Add a module for `GMGC — Global Microbial Gene Catalogue <https://www.nature.com/articles/s41586-021-04233-4>`__
2717
- Old ``motus`` (version 1) module deprecated
2818

19+
Bugfixes
20+
~~~~~~~~
21+
22+
- Update `--install-reference-data` mode to newer URLs, see `#107 <https://github.com/ngless-toolkit/ngless/issues/107>`__
23+
- Update `--create-reference-pack` mode to newer format (where indices are
24+
versioned), see `#108 <https://github.com/ngless-toolkit/ngless/issues/108>`__
25+
- Do not fail when merging empty files (`#113 <https://github.com/ngless-toolkit/ngless/issues/113>`__)
26+
27+
2928
Internal improvements
3029
~~~~~~~~~~~~~~~~~~~~~
3130

0 commit comments

Comments
 (0)