From 1dd9067a60bdbc66f17646f53eb4901c10777ee7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:57:09 +0000 Subject: [PATCH] chore(main): release das_client 0.1.0 --- .release-please-manifest.json | 2 +- das_client/CHANGELOG.md | 8 ++++++++ das_client/pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 das_client/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef42..7a76e474 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{"das_client":"0.1.0"} diff --git a/das_client/CHANGELOG.md b/das_client/CHANGELOG.md new file mode 100644 index 00000000..1e013968 --- /dev/null +++ b/das_client/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-03-04) + + +### Miscellaneous Chores + +* release 0.1.0 ([e73de8e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e73de8ed6c8f44c533afcc709c822d14f554c065)) diff --git a/das_client/pubspec.yaml b/das_client/pubspec.yaml index d7a94852..310e4eea 100644 --- a/das_client/pubspec.yaml +++ b/das_client/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+1 +version: 0.1.0+2 environment: sdk: '>=3.3.0 <4.0.0'