Skip to content

Commit

Permalink
Release 1.4.45
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDober committed Sep 27, 2023
1 parent 69bbc9c commit af5c761
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
More work from José to cleanup my sloppy last releases. So greatful.
This one might be interesting for everyone

## [Earmark](https://hex.pm/packages/earmark) 1.4.45 2023-09-27

- [Avoid compiler warnings](https://github.com/pragdave/earmark/pull/472)

- [Reversed renaming of Parser Proxy](https://github.com/pragdave/earmark/pull/471)


## [Earmark](https://hex.pm/packages/earmark) 1.4.44 2023-09-26

Kudos to José Valim for an important renaming task I forgot, this is only
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 Earmark.Mixfile do
use Mix.Project

@version "1.4.44"
@version "1.4.45"

@url "https://github.com/pragdave/earmark"

Expand Down
1 change: 0 additions & 1 deletion test/lib/cli/options_test.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
defmodule Test.Cli.OptionsTest do
use ExUnit.Case

alias Earmark.Options
import Earmark.Cli.Implementation, only: [parse_args: 1]

describe "boolean args" do
Expand Down

0 comments on commit af5c761

Please sign in to comment.