Skip to content

Commit

Permalink
🏷️ Release 0.4.0
Browse files Browse the repository at this point in the history
## Release 0.4.0

### Summary

- Emojis: ♻️ x1, ⚡ x2, ✅ x1, 🧐 x1, ✨ x2
- Categories: Additions x2, Other Changes x5

### New features and changes

- [#36](#36) - ⚡♻️ Consolidate and speed up delete method - [089b62f](089b62f) by [fiendish](https://github.com/fiendish)
- [#35](#35) - ✅ Reduce size of some tests - [b143fd9](b143fd9) by [fiendish](https://github.com/fiendish)
- [#34](#34) - ⚡ Only patch descendant visibility if needed (also adds dry_run) - [196ee2b](196ee2b) by [fiendish](https://github.com/fiendish)
- [#33](#33) - 🧐 Populate starting entities in descendant tree - [a696fc5](a696fc5) by [fiendish](https://github.com/fiendish)
- [#32](#32) - ✨ Add whole entity hiding function to only hide visible entities - [77bc428](77bc428) by [fiendish](https://github.com/fiendish)
- [#31](#31) - ✨ Add yielding entity contents from kfids - [7420fa6](7420fa6) by [fiendish](https://github.com/fiendish)
  • Loading branch information
fiendish committed Jun 18, 2021
1 parent 089b62f commit 75f1500
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Kids First Reusable Python Utilities Change History

## Release 0.4.0

### Summary

- Emojis: ♻️ x1, ⚡ x2, ✅ x1, 🧐 x1, ✨ x2
- Categories: Additions x2, Other Changes x5

### New features and changes

- [#36](https://github.com/kids-first/kf-utils-python/pull/36) - ⚡♻️ Consolidate and speed up delete method - [089b62f3](https://github.com/kids-first/kf-utils-python/commit/089b62f3a0b3e65044230f05238f011b864d7925) by [fiendish](https://github.com/fiendish)
- [#35](https://github.com/kids-first/kf-utils-python/pull/35) - ✅ Reduce size of some tests - [b143fd97](https://github.com/kids-first/kf-utils-python/commit/b143fd970420fd958933c1744d5813e77cbc2290) by [fiendish](https://github.com/fiendish)
- [#34](https://github.com/kids-first/kf-utils-python/pull/34) - ⚡ Only patch descendant visibility if needed (also adds dry_run) - [196ee2b6](https://github.com/kids-first/kf-utils-python/commit/196ee2b67790771a99f0eddeed07bec3da7d37d2) by [fiendish](https://github.com/fiendish)
- [#33](https://github.com/kids-first/kf-utils-python/pull/33) - 🧐 Populate starting entities in descendant tree - [a696fc51](https://github.com/kids-first/kf-utils-python/commit/a696fc51c62062f5e8d9dccbdb707d942733a196) by [fiendish](https://github.com/fiendish)
- [#32](https://github.com/kids-first/kf-utils-python/pull/32) - ✨ Add whole entity hiding function to only hide visible entities - [77bc4285](https://github.com/kids-first/kf-utils-python/commit/77bc4285e4ed55e455b006d7d3206ff7a536d572) by [fiendish](https://github.com/fiendish)
- [#31](https://github.com/kids-first/kf-utils-python/pull/31) - ✨ Add yielding entity contents from kfids - [7420fa60](https://github.com/kids-first/kf-utils-python/commit/7420fa602ab664f6ee47f068d94b9506d5bba620) by [fiendish](https://github.com/fiendish)


## Release 0.3.0

### Summary
Expand Down

0 comments on commit 75f1500

Please sign in to comment.