Skip to content

Commit

Permalink
chore(main): release 0.20.0 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 5, 2024
1 parent 8c5a614 commit 3ca0fa2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.19.0"
".": "0.20.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [0.20.0](https://github.com/elixir-tools/tableau/compare/v0.19.0...v0.20.0) (2024-12-05)


### Features

* write pages with .html permalink to corresponding file([#115](https://github.com/elixir-tools/tableau/issues/115)) ([8c5a614](https://github.com/elixir-tools/tableau/commit/8c5a61483e9ee6e7195bb73347eb1ae091dd3dd6))

## [0.19.0](https://github.com/elixir-tools/tableau/compare/v0.18.0...v0.19.0) (2024-11-10)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Tableau.MixProject do
app: :tableau,
description: "Static site generator for elixir",
source_url: @source_url,
version: "0.19.0",
version: "0.20.0",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 3ca0fa2

Please sign in to comment.