chore: release version v0.1.0

This commit is contained in:
Zach Daniel 2023-10-10 15:43:11 -04:00
parent 954cf31d4b
commit 98343e266d

23
CHANGELOG.md Normal file
View file

@ -0,0 +1,23 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.1.0](https://github.com/ash-project/ash_sqlite/compare/v0.1.0...v0.1.0) (2023-10-10)
### Improvements:
* draw the rest of the owl
* clean ups, remove operators that don't make sense for sqlite
* various improvements to data layer, remove explicit distinct features for now
* fix some error handling
* get at least one test passing