Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Kids First Reusable Python Utilities Change History

## Release 0.3.0

### Summary

- Emojis: πŸ‘· x2, ✨ x2
- Categories: Additions x2, Ops x2

### New features and changes

- [#25](https://github.com/kids-first/kf-utils-python/pull/25) - πŸ‘· Add release workflow - [96e5f651](https://github.com/kids-first/kf-utils-python/commit/96e5f65126b77a9f3a9d5183042b0ec8c8d5aa77) by [fiendish](https://github.com/fiendish)
- [#24](https://github.com/kids-first/kf-utils-python/pull/24) - ✨ Delete dataservice entities - [e48dbbde](https://github.com/kids-first/kf-utils-python/commit/e48dbbde4ea9a9b368a7ca906907fdb32a81ee90) by [znatty22](https://github.com/znatty22)
- [#22](https://github.com/kids-first/kf-utils-python/pull/22) - πŸ‘· Add CI config - [82864c01](https://github.com/kids-first/kf-utils-python/commit/82864c0181899e862350e88ba274a8ea15f410bf) by [fiendish](https://github.com/fiendish)
- [#20](https://github.com/kids-first/kf-utils-python/pull/20) - ✨ Add function for reporting S3 and DS GF entries - [f99f2cd5](https://github.com/kids-first/kf-utils-python/commit/f99f2cd5fb629a7a649caa60885adaef4cecdea5) by [fiendish](https://github.com/fiendish)
4 changes: 4 additions & 0 deletions release_maker_cfg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"project_title": "Kids First Reusable Python Utilities",
"pre_release_script": ""
}