Skip to content

Commit

Permalink
chore: release version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 1, 2020
1 parent 2c6ed51 commit 7327780
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.0.0](https://github.com/ash-project/ash/compare/0.9.1...v1.0.0) (2020-07-01)
### Breaking Changes:

* remove atom type, add docs



### Features:

* list types

* refactor ash types to modules, add constraints

### Bug Fixes:

* remove benchee, ensure mnesia always uses transactions

* try clearing cache to fix CI

* stop gitignoring the mnesia data layer

* try to fix ash.formatter task

* test/improve parallelizable requests

* require that resources have primary keys

## [v0.9.1](https://github.com/ash-project/ash/compare/0.9.0...v0.9.1) (2020-06-30)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""

@version "0.9.1"
@version "1.0.0"

def project do
[
Expand Down

0 comments on commit 7327780

Please sign in to comment.