Skip to content
Snippets Groups Projects
Verified Commit 172342bc authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Bump version to 3.0b3 and update changelog

parent 7f40457b
No related branches found
No related tags found
2 merge requests!1237Release 3.0,!1183Release 3.0
Pipeline #118262 passed
...@@ -6,16 +6,16 @@ All notable changes to this project will be documented in this file. ...@@ -6,16 +6,16 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_. and this project adheres to `Semantic Versioning`_.
Unreleased `3.0b3`_ - 2023-03-19
---------- ---------------------
Fixed Fixed
~~~~~ ~~~~~
* Some GraphQL queries could return more data than permitted in related fields. * Some GraphQL queries could return more data than permitted in related fields.
`3.0b2` - 2023-03-09 `3.0b2`_ - 2023-03-09
-------------------- ---------------------
Changed Changed
~~~~~~~ ~~~~~~~
...@@ -32,16 +32,16 @@ Fixed ...@@ -32,16 +32,16 @@ Fixed
did not trigger. did not trigger.
* [Dev] Allow apps to declare URLs in the non-legacy namespace again * [Dev] Allow apps to declare URLs in the non-legacy namespace again
`3.0b1` - 2023-02-27 `3.0b1`_ - 2023-02-27
-------------------- ---------------------
Added Added
~~~~~ ~~~~~
* Support for two factor authentication via email codes and Webauthn. * Support for two factor authentication via email codes and Webauthn.
`3.0b0` - 2023-02-15 `3.0b0`_ - 2023-02-15
-------------------- ---------------------
This release starts a new era of the AlekSIS® framework, by introducing a This release starts a new era of the AlekSIS® framework, by introducing a
dynamic frontend app written in Vue.js which communicates with the backend dynamic frontend app written in Vue.js which communicates with the backend
...@@ -116,8 +116,8 @@ Removed ...@@ -116,8 +116,8 @@ Removed
* It caused major performance issues and is not useful with the new * It caused major performance issues and is not useful with the new
frontend anymore frontend anymore
`2.12.3` - 2023-03-07 `2.12.3`_ - 2023-03-07
--------------------- ----------------------
Fixed Fixed
~~~~~ ~~~~~
...@@ -1094,3 +1094,4 @@ Fixed ...@@ -1094,3 +1094,4 @@ Fixed
.. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b0 .. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b0
.. _3.0b1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b1 .. _3.0b1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b1
.. _3.0b2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b2 .. _3.0b2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b2
.. _3.0b3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b3
...@@ -31,7 +31,7 @@ author = "The AlekSIS Team" ...@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
# The short X.Y version # The short X.Y version
version = "3.0" version = "3.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "3.0b2" release = "3.0b3"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-Core" name = "AlekSIS-Core"
version = "3.0b2" version = "3.0b3"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment