bump version
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/publish/4 Pipeline was successful
ci/woodpecker/push/publish/1 Pipeline was successful
ci/woodpecker/push/publish/2 Pipeline was successful

This commit is contained in:
FloatingGhost 2026-03-14 13:20:10 +00:00
commit a913c11230
2 changed files with 4 additions and 4 deletions

View file

@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
## 2026.03
### BREAKING
- Elixir 1.14 is no longer suported, but EOL anyway. Upgrade to Elixir 1.15+
- Elixir 1.14 is no longer suported, and it's EOL! Upgrade to Elixir 1.15+
- `account` entities in API responses now only contain a cut down version of their servers nodeinfo.
TEMPORARILY a config option is provided to serve the full nodeinfo data again.
HOWEVER this option WILL be removed soon. If you encounter any issues with third-party clients fixed
@ -44,7 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- fix local follow* collections counting and including AP IDs of deleted users
### Changed
- `PATCH /api/v1/pleroma/conversations/:id` now accepts updat parameters via JSON body too
- `PATCH /api/v1/pleroma/conversations/:id` now accepts update parameters via JSON body too
- it is now possible to quote local and ones own private posts provided a compatible scope is used
- on final activity failures the error log now includes the afected activity
- improved performance of `GET api/v1/custom_emoji`

View file

@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
version: version("3.17.0"),
version: version("3.18.0"),
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),