Skip to content

Commit 390a09f

Browse files
committed
Updated version number and changelog
1 parent 84649ae commit 390a09f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
All releases can also be found here: https://github.com/snijderlab/stitch/releases.
22

3+
# v1.1.3
4+
_2022-09-05_
5+
6+
* Added a new flag (`--open`) which will automatically open the HTML report once generated, note it has to be passed after the normal command
7+
* Added help to some sections in the HTML report, which describes graphs and data points in more detail (#104)
8+
* The `Runname` property now defaults to the filename (#153)
9+
* Fixed bugs (#168, #170, #175, #177)
10+
311
# v1.1.2
412
_2022-07-06_
513

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Stitch
2-
version: 1.1.2
2+
version: 1.1.3
33
abstract: Template-based assembly of proteomics short reads for de novo antibody sequencing and repertoire profiling
44
authors:
55
- affiliation: Utrecht University

stitch/stitch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PublishTrimmed>true</PublishTrimmed>
99
<Optimize>true</Optimize>
1010
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
11-
<Version>1.1.2</Version>
11+
<Version>1.1.3</Version>
1212
</PropertyGroup>
1313

1414
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">

0 commit comments

Comments
 (0)