Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Jul 8, 2019
1 parent 2000a54 commit 0c1075f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.3.0

Renamed `OopsLogger` to `RamoopsLogger`

* Enhancements
* Docs, types, and test clean up
* Support recovered log path configuration
* Support for configured pmsg path

## v0.2.0

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Once you're satisfied with the Linux, add `ramoops_logger` to your project's
```elixir
def deps do
[
{:ramramoops_logger, "~> 0.2.0"}
{:ramoops_logger, "~> 0.3.0"}
]
end
```
Expand Down
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule RamoopsLogger.MixProject do
use Mix.Project

@version "0.2.0"
@version "0.3.0"

def project do
[
Expand Down Expand Up @@ -39,8 +39,7 @@ defmodule RamoopsLogger.MixProject do
defp package do
[
licenses: ["Apache-2.0"],
links: %{"GitHub" => "https://github.com/smartrent/ramoops_logger"},
organization: "smartrent"
links: %{"GitHub" => "https://github.com/smartrent/ramoops_logger"}
]
end

Expand Down

0 comments on commit 0c1075f

Please sign in to comment.