Skip to content

Commit

Permalink
removed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDober committed Sep 17, 2023
1 parent d669230 commit 0ac8745
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [Earmark](https://hex.pm/packages/earmark) 1.4.41 2023-??-??

Isolate from `EarmarkParser` in order to prevent conflicts with indirect dependencies
on `EarmarkParser` via `ExDoc`.
This shall mark the end of my role as maintainer of Earmark.

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

- Exposing all relevant `Earmark.Options` to the command line

- Updated `EarmarkParser` version to 1.4.35


## [Earmark](https://hex.pm/packages/earmark) 1.4.38 2023-04-29

- [PR-460 Avoid trailing slash on void elements](https://github.com/pragdave/earmark/pull/460)
Expand Down
4 changes: 1 addition & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
defmodule Earmark.Mixfile do
use Mix.Project

@version "1.4.40"
@version "1.4.41"

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


@deps [
{:earmark_parser, "~> 1.4.35" },
# {:earmark_parser, "~> 1.4.35", path: "../earmark_parser"},
{:dialyxir, "~> 1.1", only: [:dev, :test], runtime: false},
{:benchfella, "~> 0.3.0", only: [:dev]},
{:earmark_ast_dsl, "~> 0.3.6", only: [:dev, :test]},
Expand Down

0 comments on commit 0ac8745

Please sign in to comment.