Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Dec 6, 2024
1 parent 20ed670 commit c33385f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.0.1

* Fix a potential bug that was caused by resolving lazy allowances too early. See [this issue](https://github.com/dashbitco/nimble_ownership/pull/8) for more context if needed.

## v1.0.0

* Accept a list of PIDs from the function you pass to `NimbleOwnership.allow/5`.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NimbleOwnership.MixProject do
use Mix.Project

@version "1.0.0"
@version "1.0.1"
@repo "https://github.com/dashbitco/nimble_ownership"

def project do
Expand Down

0 comments on commit c33385f

Please sign in to comment.