Skip to content
Snippets Groups Projects
Commit b63ef00b authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Update changelog for release

parent 9d461b7e
No related branches found
No related tags found
1 merge request!31ENH: Update script for outdated dumps.
Pipeline #56137 passed
...@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ...@@ -5,7 +5,7 @@ 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.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## ## [8.0.0] - 2024-10-09 ##
### Added ### ### Added ###
...@@ -13,15 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -13,15 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### ### Changed ###
### Deprecated ### - `OFFSET` is a reserved keyword in MariaDB 10.6, so the former
`OFFSET` parameter name in the `get_head_relative` function was
### Removed ### changed to HeadOffset. See
[`update_dumps/README.md`](update_dumps/README.md) for information
### Fixed ### on how to update old SQL dumps to be compatible with this renaming
and MariaDB >= 10.6.
- `OFFSET` is a reserved keyword in MariaDB 10.6, so a parameter name had to be changed.
### Security ###
## [7.0.2] - 2023-12-12 ## ## [7.0.2] - 2023-12-12 ##
(Timm Fitschen) (Timm Fitschen)
......
...@@ -26,9 +26,9 @@ copyright = '2021 - 2024, IndiScale GmbH' ...@@ -26,9 +26,9 @@ copyright = '2021 - 2024, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '7.0.2' version = '8.0.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '7.0.2' release = '8.0.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment