Skip to content

Commit

Permalink
new version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lud committed Oct 12, 2024
1 parent a8350d1 commit 46abce9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [3.0.0] - 2024-10-12

### Features

- Added support for process name registration
- [**breaking**] Removed mutex metadata
- [**breaking**] Options in start_link must now always be a Keyword
- Removed need to cleanup state every N seconds
- Added the give_away function to transfer lock ownership
- Renamed 'under' functions to 'with_lock'
- [**breaking**] Releasing a lock is now a synchronous operation

### Miscellaneous Tasks

- Fix github workflow for tests

### Testing

- Splitted tests for speed

## [2.0.0] - 2024-01-25

### Miscellaneous Tasks
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 Mutex.Mixfile do
use Mix.Project

@source_url "https://github.com/lud/mutex"
@version "2.0.0"
@version "3.0.0"

def project do
[
Expand Down

0 comments on commit 46abce9

Please sign in to comment.