Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: push

env:
OTP_VERSION: "26"
ELIXIR_VERSION: "1.16"
ELIXIR_VERSION: "1.18"

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
elixir 1.18.0
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.1.4 [2025-02-27]

- [Upgrade] Updated Elixir requirement from 1.15 to 1.18.

## 0.1.3 [2024-08-20]

- [Bug Fix] Wildcard node naming now ensures matching nodes starts with `wildcard@`.
Expand All @@ -14,4 +18,4 @@

## 0.1.0 [2024-03-31]

- [New Feature] Added `Relix.RPC`.
- [New Feature] Added `Relix.RPC`.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Relix.MixProject do
def project do
[
app: :relix,
version: "0.1.2",
elixir: "~> 1.15",
version: "0.1.3",
elixir: "~> 1.18",
Comment thread
acrogenesis marked this conversation as resolved.
Outdated
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down