Update README.md

This commit is contained in:
Zach Daniel 2022-08-31 10:13:23 -06:00 committed by GitHub
parent 4c90ab5d1f
commit 0c1ac61457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,9 @@
All documentation is contained in the generated hex documentation located [here](https://hexdocs.pm/ash). Head there for installation and usage information. What follows is only a brief introduction to Ash. All documentation is contained in the generated hex documentation located [here](https://hexdocs.pm/ash). Head there for installation and usage information. What follows is only a brief introduction to Ash.
## Is the project still in beta? ## Big News
Ash is quite stable, but is technically still in beta. It is being used in production and has had many success stories along the way. 2.0.0 is coming very soon which will bring the project out of beta, and *may* contain some small breaking changes. The primary thing holding back the next release is an overhaul of the documentation, currently happening at https://www.ash-hq.org. For a funny story about why the package is in 1.0.0+ version but still in beta, see [below](#100-beta). 2.0 release coming soon!
# Dependency # Dependency
@ -38,7 +38,7 @@ end
### APIs ### APIs
- [AshJsonApi](https://hexdocs.pm/ash_json_api) - [AshJsonApi](https://hexdocs.pm/ash_json_api)
- [AshGraphql (beta)](https://hexdocs.pm/ash_graphql) - [AshGraphql](https://hexdocs.pm/ash_graphql)
### Authorizers ### Authorizers