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- "." : " 0.1.0 "
2+ "." : " 0.1.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.1] ( https://github.com/elixir-tools/tableau_og_extension/compare/v0.1.0...v0.1.1 ) (2024-07-19)
4+
5+
6+ ### Bug Fixes
7+
8+ * set timeout to infinity ([ 28bd480] ( https://github.com/elixir-tools/tableau_og_extension/commit/28bd4804bc1a4251e6ccdc100a7b64a677e91d0e ) )
9+
310## [ 0.1.0] ( https://github.com/elixir-tools/tableau_og_extension/compare/v0.0.1...v0.1.0 ) (2024-07-18)
411
512
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule TableauOgExtension.MixProject do
88 app: :tableau_og_extension ,
99 description: "Open Graph Extension for Tableau" ,
1010 source_url: @ source_url ,
11- version: "0.1.0 " ,
11+ version: "0.1.1 " ,
1212 elixir: "~> 1.15" ,
1313 start_permanent: Mix . env ( ) == :prod ,
1414 package: package ( ) ,
You can’t perform that action at this time.
0 commit comments