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.2 .0"
2+ "." : " 0.3 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.0] ( https://github.com/elixir-tools/tableau_og_extension/compare/v0.2.0...v0.3.0 ) (2025-06-21)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * Only supports >= v0.25.0 of Tableau
9+
10+ ### Code Refactoring
11+
12+ * support tableau v0.25+ ([ #5 ] ( https://github.com/elixir-tools/tableau_og_extension/issues/5 ) ) ([ dd732ed] ( https://github.com/elixir-tools/tableau_og_extension/commit/dd732ed3473ea5c67b931e4bd83fb6aa8f1953f2 ) )
13+
314## [ 0.2.0] ( https://github.com/elixir-tools/tableau_og_extension/compare/v0.1.1...v0.2.0 ) (2024-10-13)
415
516
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.2 .0" ,
11+ version: "0.3 .0" ,
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