chore: clean up changelog

This commit is contained in:
Zach Daniel 2020-06-01 01:19:51 -04:00
parent 4e76ac06fd
commit 50c9da31b3
No known key found for this signature in database
GPG key ID: C377365383138D4B
2 changed files with 15 additions and 69 deletions

View file

@ -5,73 +5,6 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.1.1](https://github.com/ash-project/ash/compare/0.1.1...v0.1.1) (2020-06-01)
## (2020-06-01)
### Features:
* add data layer custom filters
* various fixes, upsert, relationship changes
* add side_load
* add `timestamps/0` to attributes
* support writeable?: false attributes
### Bug Fixes:
* combine filters properly
* dependencies
* honor returned check filters
* side_load queries
* many to many relationship side loads
* protect against double data resolution
* various small improvements
* various bugs
* `verbose?` now prints auth log
* read generated fields after writes
* more fixes
* fetch_attr right
* attribute defaults
* use attribute name in error
* fetch_attr return value
* writeable is not a word
* correct writeable attribute logic
* required attribute validations
* use resource's primary key config
* fix resolvable requests logic
### Improvements:
* huge query/filter overhaul
* remove pagination, add query struct (unused)
* filters: simplify/improve inspect logic
* add DslBuilder pattern for deriving dsl blocks
* add new types
### Changelog Begins

13
config/config.exs Normal file
View file

@ -0,0 +1,13 @@
use Mix.Config
config :git_ops,
mix_project: Ash.MixProject,
changelog_file: "CHANGELOG.md",
repository_url: "https://github.com/ash-project/ash",
# Instructs the tool to manage your mix version in your `mix.exs` file
# See below for more information
manage_mix_version?: true,
# Instructs the tool to manage the version in your README.md
# Pass in `true` to use `"README.md"` or a string to customize
manage_readme_version: "README.md",
version_tag_prefix: "v"