Skip to content

Commit

Permalink
chore: Update to 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Aug 12, 2024
1 parent 48fcb32 commit 9aa43c9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

**IMPORTANT NOTE**: Make sure to see the [Upgrading Versions](guides/howtos/Upgrading Versions.md) guide in the [HexDocs documentation](https://hexdocs.pm/ecto_watch) if you're having an issue after upgrading.

## [0.9.10] - 2023-08-12

### Fixed

- Non-EctoWatch function were being reported as needing to be cleaned up (#23 / thanks @barrelltech / @adampash)
- Function / trigger cleanup was still looking for `ECTO_WATCH_CLEANUP_TRIGGERS` environment variable when `ECTO_WATCH_CLEANUP` was the documented option (#23 / thanks @barrelltech / @adampash)

## [0.9.9] - 2023-08-10

### Added

- Documentation release

## [0.9.8] - 2023-08-10

### Added

- Documentation release

## [0.9.7] - 2023-08-10

### Added

- Documentation release

## [0.9.6] - 2023-08-10

### Added

- Documentation release

## [0.9.5] - 2023-08-08

### Added
Expand Down
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule EctoWatch.MixProject do
def project do
[
app: :ecto_watch,
version: "0.9.9",
version: "0.9.10",
elixir: "~> 1.10",
description:
"EctoWatch allows you to easily get Phoenix.PubSub notifications directly from postgresql.",
Expand Down Expand Up @@ -56,7 +56,8 @@ defmodule EctoWatch.MixProject do
source_url: @source_url,
skip_undefined_reference_warnings_on: ["CHANGELOG.md"],
extras: extras(),
groups_for_extras: groups_for_extras() #,
# ,
groups_for_extras: groups_for_extras()
# main: "Getting Started",
# api_reference: false
]
Expand Down

0 comments on commit 9aa43c9

Please sign in to comment.