Skip to content

Commit

Permalink
chore: release version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moissela committed Jun 21, 2024
1 parent 6fb3ac1 commit 41183bc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.1.0](https://github.com/zoonect-oss/ash_uuid/compare/v1.0.0...v1.1.0) (2024-06-21)




### Bug Fixes:

* added tests for the workaround suggested to close #10

* require ash_postgres 2.0.11 or later

* Ash.Type.generator expects DataStream

## [v1.0.0](https://github.com/zoonect-oss/ash_uuid/compare/v0.8.0-rc.1...v1.0.0) (2024-05-31)
### Breaking Changes:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
```elixir
def deps do
[
{:ash_uuid, "~> 1.0.0"},
{:ash_uuid, "~> 1.1.0"},
]
end
```
Expand All @@ -20,7 +20,7 @@ end

Adoption:

- add `{:ash_uuid, "~> 1.0.0"}` to your `mix.exs` project deps;
- add `{:ash_uuid, "~> 1.1.0"}` to your `mix.exs` project deps;

- add `AshUUID.PostgresExtension` to your app Repo's installed_extensions and set AshUUID config `migration_default?: true` if Postgres-side UUIDs generation is needed;

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule AshUUID.MixProject do
use Mix.Project

@name :ash_uuid
@version "1.0.0"
@version "1.1.0"
@description "Tools for using UUID based id with Ash"
@source_url "https://github.com/zoonect-oss/ash_uuid"

Expand Down

0 comments on commit 41183bc

Please sign in to comment.