prepare 2025.03 release
All checks were successful
All checks were successful
This commit is contained in:
parent
a47b02cb69
commit
7ccc560e4d
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 2025.03
|
||||
|
||||
## Added
|
||||
- Oban (worker) dashboard at `/akkoma/oban`
|
||||
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
|
|||
def project do
|
||||
[
|
||||
app: :pleroma,
|
||||
version: version("3.14.1"),
|
||||
version: version("3.15.0"),
|
||||
elixir: "~> 1.14",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: Mix.compilers(),
|
||||
|
|
Loading…
Add table
Reference in a new issue