File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 2.0.0 "
2+ "." : " 2.0.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.1] ( https://github.com/elixir-tools/tableau_new/compare/v2.0.0...v2.0.1 ) (2025-08-27)
4+
5+
6+ ### Bug Fixes
7+
8+ * put files in the correct directory ([ 516a5a8] ( https://github.com/elixir-tools/tableau_new/commit/516a5a811c4bf9b1b0af4a9b85d8a9466224410b ) )
9+
310## [ 2.0.0] ( https://github.com/elixir-tools/tableau_new/compare/v1.5.1...v2.0.0 ) (2025-08-25)
411
512
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule TableauNew.MixProject do
66 [
77 app: :tableau_new ,
88 description: "Project generator for Tableau" ,
9- version: "2.0.0 " ,
9+ version: "2.0.1 " ,
1010 elixir: "~> 1.15" ,
1111 start_permanent: Mix . env ( ) == :prod ,
1212 deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments