Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Jan 14, 2024
1 parent 7377332 commit 7fa14d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## v0.2.0

Breaking changes:

- `CozySVG.render` is renamed to `CozySVG.render!`

Enhancements:

- add non-raising version render function - `CozySVG.render`
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defmodule CozySVG.MixProject do

defp docs do
[
extras: ["README.md"],
extras: ["README.md", "CHANGELOG.md"],
main: "readme",
source_url: @source_url,
source_ref: "v#{@version}"
Expand Down

0 comments on commit 7fa14d2

Please sign in to comment.