Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Nov 6, 2022
1 parent faa6bac commit 22abb32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [1.0.0] - 2022-11-06

### Added

- Added `c:LetMe.Policy.filter_allowed_actions/3` and
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add LetMe to `mix.exs` :
```elixir
def deps do
[
{:let_me, "~> 0.2.0"}
{:let_me, "~> 1.0.0"}
]
end
```
Expand Down Expand Up @@ -435,6 +435,12 @@ The `redact` function can handle structs, lists of structs, and `nil` values.
able to give your users a generic error, without telling them which exact
check failed.

## Status

This library is actively maintained, but since it has no dependencies and the
feature set is narrowly scoped, you may not see a whole lot of updates. Should
you miss something, though, don't hesitate to open an issue.

## Alternatives

For comparison, please have a look at these Elixir libraries:
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 LetMe.MixProject do
use Mix.Project

@source_url "https://github.com/woylie/let_me"
@version "0.2.0"
@version "1.0.0"

def project do
[
Expand Down

0 comments on commit 22abb32

Please sign in to comment.