Skip to content

Commit

Permalink
prepare v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Dec 11, 2024
1 parent e76ef6d commit 2e4760f
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 69 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Unreleased

## 0.3.2 (2024-12-11)

### Fixes

- Make the logic to find reachable sites less strict
- Prevent components module reloading in manual mode

### Doc

- Add missing instructions on Upgrade Guide v0.3.0 where to place the Beacon tuple

### Chore

- Exclude Dialyzer files from package

## 0.3.1 (2024-12-10)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beacon",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"repository": {},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Beacon.MixProject do
use Mix.Project

@version "0.3.1"
@version "0.3.2"
@source_url "https://github.com/BeaconCMS/beacon"
@homepage_url "https://beaconcms.org"

Expand Down
Loading

0 comments on commit 2e4760f

Please sign in to comment.