Skip to content

Commit b9be82c

Browse files
chore(main): release 0.3.1 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 724c7b9 commit b9be82c

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/elixir-tools/tableau_og_extension/compare/v0.3.0...v0.3.1) (2025-10-03)
4+
5+
6+
### Bug Fixes
7+
8+
* relax version constraint on Tableau ([724c7b9](https://github.com/elixir-tools/tableau_og_extension/commit/724c7b9ce11a5d5b1db2960f36732129031bf9a5))
9+
310
## [0.3.0](https://github.com/elixir-tools/tableau_og_extension/compare/v0.2.0...v0.3.0) (2025-06-21)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3.0",
11+
version: "0.3.1",
1212
elixir: "~> 1.15",
1313
start_permanent: Mix.env() == :prod,
1414
package: package(),

0 commit comments

Comments
 (0)