Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Sep 16, 2024
1 parent a28ed29 commit f1305ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 0.1.1 (2024-09-16)

- Only consider the first character as the diff symbol.

This prevents incorrectly marking lines that have a diff symbol beyond the first character.
6 changes: 2 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule MakeupDiff.MixProject do
def project do
[
app: :makeup_diff,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand All @@ -14,9 +14,7 @@ defmodule MakeupDiff.MixProject do
description: description(),
docs: [
main: "readme",
extras: [
"README.md"
]
extras: ~w(CHANGELOG.md README.md)
]
]
end
Expand Down

0 comments on commit f1305ed

Please sign in to comment.