Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Aug 7, 2024
1 parent 0a494da commit 3723246
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.1.0

* Add `NimbleLZ4.compress_frame/1` and `NimbleLZ4.decompress_frame/1` to use with the [LZ4 frame format](https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md).

## v1.0.0

This is just the 1.0 release, no changes! Yay.
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 "1.0.0"
@version "1.1.0"
@source_url "https://github.com/whatyouhide/nimble_lz4"

def project do
Expand Down

0 comments on commit 3723246

Please sign in to comment.