Skip to content

Commit

Permalink
version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilson512 committed Jan 19, 2024
1 parent 335af37 commit a533393
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.5.1 (2024-01-19)

- Introduces `Briefly.create(type: :device)` to return a raw IO device. https://github.com/CargoSense/briefly/pull/43. `create(directory: true)` is deprecated in favor of `create(type: :directory)`.


## v0.5.0 (2023-11-15)

This version changes the Briefly API, so read the notes below and upgrade with care.
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 Briefly.Mixfile do
use Mix.Project

@source_url "https://github.com/CargoSense/briefly"
@version "0.5.0"
@version "0.5.1"

def project do
[
Expand Down

0 comments on commit a533393

Please sign in to comment.