Skip to content

Commit e2f7656

Browse files
committed
[INFRA] Bump minor version
1 parent b751072 commit e2f7656

16 files changed

+76
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ OPTIONS
155155
VERSION
156156
Last update:
157157
Eat-Me-App version:
158-
Sharg version: 1.1.2-rc.1
158+
Sharg version: 1.2.0-rc.1
159159
```
160160
<!-- MARKDOWN-AUTO-DOCS:END -->
161161

include/sharg/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
//!\brief The major version as MACRO.
1616
#define SHARG_VERSION_MAJOR 1
1717
//!\brief The minor version as MACRO.
18-
#define SHARG_VERSION_MINOR 1
18+
#define SHARG_VERSION_MINOR 2
1919
//!\brief The patch version as MACRO.
20-
#define SHARG_VERSION_PATCH 2
20+
#define SHARG_VERSION_PATCH 0
2121
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
2222
#define SHARG_RELEASE_CANDIDATE 1
2323

test/api_stability/1.1.1/0001-API-Update-TDL.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 6b40c7cfc2237536c8acdc952da22d7403dc3842 Mon Sep 17 00:00:00 2001
1+
From fbbfddee4e2ced58e61a8b4bc8f0ffb8d091bdc7 Mon Sep 17 00:00:00 2001
22
From: Simon Gene Gottlieb <[email protected]>
33
Date: Thu, 5 Oct 2023 13:43:30 +0200
4-
Subject: [PATCH 01/10] [API] Update TDL
4+
Subject: [PATCH 01/11] [API] Update TDL
55

66
---
77
test/unit/detail/format_ctd_test.cpp | 2 +-

test/api_stability/1.1.1/0002-API-Quoted-strings-and-paths.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 0f49e94a84d1b4ffff145f431867a8fa30f3a645 Mon Sep 17 00:00:00 2001
1+
From e017d182f0d6ffb1c64d5a079dd9753de7d376a3 Mon Sep 17 00:00:00 2001
22
From: Enrico Seiler <[email protected]>
33
Date: Mon, 5 Feb 2024 16:02:03 +0100
4-
Subject: [PATCH 02/10] [API] Quoted strings and paths
4+
Subject: [PATCH 02/11] [API] Quoted strings and paths
55

66
---
77
test/snippet/readme_sneak_peek.out | 6 ++---

test/api_stability/1.1.1/0003-NOAPI-Update-copyright.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 8cdd5a2d0a0ab9b79776be8c38699e06060ea681 Mon Sep 17 00:00:00 2001
1+
From 945b0f37bd687e94f7b3dfd24fac4e158e3c496c Mon Sep 17 00:00:00 2001
22
From: Enrico Seiler <[email protected]>
33
Date: Wed, 7 Feb 2024 13:31:22 +0100
4-
Subject: [PATCH 03/10] [NOAPI] Update copyright
4+
Subject: [PATCH 03/11] [NOAPI] Update copyright
55

66
---
77
test/unit/detail/format_help_test.cpp | 10 +++++-----

test/api_stability/1.1.1/0004-INFRA-Update-TDL.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 89b09f6666dbb22f47d626e7aad95894cc6909ae Mon Sep 17 00:00:00 2001
1+
From 7d646fd2a88a59270681aeaaac337b4fead10d3e Mon Sep 17 00:00:00 2001
22
From: Enrico Seiler <[email protected]>
33
Date: Fri, 9 Feb 2024 16:17:21 +0100
4-
Subject: [PATCH 04/10] [INFRA] Update TDL
4+
Subject: [PATCH 04/11] [INFRA] Update TDL
55

66
---
77
test/unit/detail/format_cwl_test.cpp | 28 +++++++++++++++++++++++++++-

test/api_stability/1.1.1/0005-INFRA-Use-seqan3-main-branch.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From dc7baaed59c26a8ae600beebf5ef0b9f3f9f8524 Mon Sep 17 00:00:00 2001
1+
From 786bf6563f78a9db8a2a418c457b525349196f2a Mon Sep 17 00:00:00 2001
22
From: Enrico Seiler <[email protected]>
33
Date: Fri, 9 Feb 2024 18:13:36 +0100
4-
Subject: [PATCH 05/10] [INFRA] Use seqan3 main branch
4+
Subject: [PATCH 05/11] [INFRA] Use seqan3 main branch
55

66
---
77
test/unit/detail/CMakeLists.txt | 2 +-

test/api_stability/1.1.1/0006-API-FIX-positional-options-in-CWL-CTD.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 7cbc807dbc6d82f10d4d5a8b48cac9e6619bebb7 Mon Sep 17 00:00:00 2001
1+
From e9090607843b59186ffb2b46c51c98dfeffda2c2 Mon Sep 17 00:00:00 2001
22
From: Enrico Seiler <[email protected]>
33
Date: Wed, 14 Feb 2024 12:34:40 +0100
4-
Subject: [PATCH 06/10] [API][FIX] positional options in CWL/CTD
4+
Subject: [PATCH 06/11] [API][FIX] positional options in CWL/CTD
55

66
---
77
test/unit/detail/format_ctd_test.cpp | 4 ++--

test/api_stability/1.1.1/0007-API-MISC-Defer-everything-to-parse.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From dd799563aec9322a140c7db60eccbd467eb8d04c Mon Sep 17 00:00:00 2001
1+
From 57a727d581ed2d6d0a3949d7d570a863698e2f4f Mon Sep 17 00:00:00 2001
22
From: Enrico Seiler <[email protected]>
33
Date: Mon, 29 Apr 2024 16:37:15 +0200
4-
Subject: [PATCH 07/10] [API][MISC] Defer everything to parse()
4+
Subject: [PATCH 07/11] [API][MISC] Defer everything to parse()
55

66
---
77
test/unit/detail/format_help_test.cpp | 2 +-

test/api_stability/1.1.1/0008-API-MISC-Allow-options-for-subcommands.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 74a0d8790e02cb7a4935ae817ba16b1a0ea6a762 Mon Sep 17 00:00:00 2001
1+
From a171aa659e28b96f85a18394ccc4b8f2c45bcc1e Mon Sep 17 00:00:00 2001
22
From: Enrico Seiler <[email protected]>
33
Date: Mon, 29 Apr 2024 16:37:30 +0200
4-
Subject: [PATCH 08/10] [API][MISC] Allow options for subcommands
4+
Subject: [PATCH 08/11] [API][MISC] Allow options for subcommands
55

66
---
77
test/unit/parser/format_parse_test.cpp | 6 +++---

0 commit comments

Comments
 (0)