Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord authored and fhunleth committed Feb 16, 2018
1 parent 54601f9 commit c43e494
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# LoggerCircularBuffer
# RingLogger

## v0.3.0

Renamed `LoggerCircularBuffer` to `RingLogger` and made backwards incompatible
API changes. Please review docs when upgrading.

New features:

* Simplified use from IEx by autostarting the Client GenServer
* Added support for `tail`ing logs

## v0.2.0
Renamed `LoggerCircularBuffer` to `LoggerCircularBuffer`

Renamed `LoggerCircularBuffer` to `LoggerCircularBuffer`

## v0.1.0

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule RingLogger.MixProject do
def project do
[
app: :ring_logger,
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.4",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit c43e494

Please sign in to comment.