Skip to content

Commit

Permalink
chore: release version v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 31, 2024
1 parent 72529d0 commit aec0b6f
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 435 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.

<!-- changelog -->

## [v0.1.0](https://github.com/ash-project/ash_paper_trail/compare/v0.1.0...v0.1.0) (2024-01-31)
### Breaking Changes:

* remove defaults for ignored_attributes (#27)



### Features:

* Full diff change tracking mode (#18)

### Bug Fixes:

* Honour upstream attribute constraints. (#31)

* properly set added relationship sources

* take only existing attributes for private attributes

* update deps and fix introspection

### Improvements:

* belongs_to_actor (#16)

* add store_action_name option (#14)

* support embedded resources (#10)

* use api resources or registry (#6)

* update to latest ash and use new docs

* flesh out options/tools

* make it all work, add some tests
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ First, add `ash_paper_trail` dependency
def deps do
[
...
{:ash_paper_trail, git: "https://github.com/ash-project/ash_paper_trail"}
{:ash_paper_trail, "~> 0.1.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Config

if Mix.env() == :dev do
config :git_ops,
mix_project: Ash.MixProject,
mix_project: AshPaperTrail.MixProject,
changelog_file: "CHANGELOG.md",
repository_url: "https://github.com/ash-project/ash_paper_trail",
# Instructs the tool to manage your mix version in your `mix.exs` file
Expand Down
10 changes: 0 additions & 10 deletions documentation/dsls/DSL:-AshPaperTrail.Api.cheatmd

This file was deleted.

9 changes: 0 additions & 9 deletions documentation/dsls/DSL:-AshPaperTrail.Registry.cheatmd

This file was deleted.

Loading

0 comments on commit aec0b6f

Please sign in to comment.