chore: release version v0.2.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-09-29 07:31:46 +00:00
parent 74d878b70e
commit 052dc87ef2
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.2.0](https://code.harton.nz/james/ash_cubdb/compare/v0.1.0...v0.2.0) (2023-09-29)
### Features:
* `create` and `read` works.
## [v0.1.0](https://code.harton.nz/james/ash_cubdb/compare/v0.1.0...v0.1.0) (2023-08-07)

View file

@ -14,7 +14,7 @@ by adding `ash_cubdb` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ash_cubdb, "~> 0.1.0"}
{:ash_cubdb, "~> 0.2.0"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule AshCubDB.MixProject do
use Mix.Project
@version "0.1.0"
@version "0.2.0"
@moduledoc """
A CubDB data layer for `Ash` resources.