From b964a0710299246d6ad3046990d3ba10d9aeea0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:20:45 +0000 Subject: [PATCH] chore(release): 0.10.17 --- CHANGELOG.md | 7 +++++++ starling_sim/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9462cc..055129e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.10.17 (2023-11-16) + + +### Features + +* **io:** agent can now be duplicated using 'duplicates' attribute ([#87](https://github.com/tellae/starling/issues/87)) ([c13481a](https://github.com/tellae/starling/commit/c13481ae8c487b33a4a302ce15845ca4d07f935e)) + ### 0.10.16 (2023-10-24) ### 0.10.15 (2023-10-19) diff --git a/starling_sim/__init__.py b/starling_sim/__init__.py index 20ddba4..634cca4 100644 --- a/starling_sim/__init__.py +++ b/starling_sim/__init__.py @@ -3,4 +3,4 @@ """ #: Starling version -__version__ = "0.10.16" +__version__ = "0.10.17"