Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Sep 11, 2023
1 parent d345848 commit 0f212ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## v0.1.4

* Use DirtyCPU schedulers for NIFs. See the excellent explanation in [#7](https://github.com/whatyouhide/nimble_lz4/pull/7).

## v0.1.3

⚠️ This release has effectively no differences from v0.1.0. ⚠️
⚠️ This release has effectively no differences from v0.1.2. ⚠️

* Modernize Rustler dependencies. This should have no effect on end users
of this library.
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 NimbleLz4.MixProject do
use Mix.Project

@version "0.2.0-dev"
@version "0.1.4"
@source_url "https://github.com/whatyouhide/nimble_lz4"

def project do
Expand Down

0 comments on commit 0f212ba

Please sign in to comment.