Skip to content

Commit 581a1e0

Browse files
committed
update changelog
1 parent a7bcbe8 commit 581a1e0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
Release 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`

Developer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)