minor ver bump

2.1.0 added to changelog
This commit is contained in:
onyx-and-iris
2022-11-08 17:07:42 +00:00
parent 6ab7d03a11
commit 2255da4e53
3 changed files with 15 additions and 3 deletions

View File

@@ -9,8 +9,18 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
## [Unreleased]
- [x] delay now settable with keyword arg.
- [x] type checks removed, prefer duck typing
- [ ]
## [2.1.0] - 2022-11-08
### Added
- delay keyword argument
- bounds checks for vals passed to lin_set/log_set
### Removed
- type checks, prefer duck typing
## [2.0.0] - 2022-11-07