File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77Release dates are in YYYY-MM-DD
88
9+ ## [ 0.5.0] - 2022-03-19
10+
11+ - Add Block option.
12+ - Add tests for Block option and update tests for interfaces.
13+ - Add get, set for option to be used inside compute_engine and update compute_engine to handle option value from frontend
14+
915## [ 0.4.4] - 2022-03-16
1016
1117- Change barfo.Block method references from ` calculate ` to ` compute `
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ twine upload --verbose --skip-existing dist/*
6666- [ ] Update docs if required.
6767- [ ] Upload to twine using ` make upload `
6868- [ ] Change Set ` release = False ` in * /barfi/__ init__ .py*
69+ - [ ] Update CHANGELOG
6970- [ ] Commit the repository with the version number ` v 0.4.2 `
7071
7172## Resources
You can’t perform that action at this time.
0 commit comments