From af894e9fd0d64efdb4280689f9f01adaf1ca4b93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:04:55 +0200 Subject: [PATCH] chore: release 0.1.0 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3c45cc7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2023-07-18) + + +### Features + +* add option to duplicate list key ([#1](https://www.github.com/bihealth/drf-keyed-list/issues/1)) ([#2](https://www.github.com/bihealth/drf-keyed-list/issues/2)) ([5b7d9fe](https://www.github.com/bihealth/drf-keyed-list/commit/5b7d9fe16d274e3ac98e90685e667ac7613d8ca7)) diff --git a/setup.py b/setup.py index 81b059a..0a8a83e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='drf-keyed-list-bihealth', - version='0.0.2', + version='0.1.0', url='http://github.com/bihealth/drf-keyed-list', license='Apache 2.0', description=('Fork of drf-keyed-list maintained by @bihealth'),