Bump to v5.0.0

This commit is contained in:
daudix
2024-09-18 06:01:02 +03:00
parent 9ae2ce625a
commit 504aa3f2f5
3 changed files with 6 additions and 4 deletions

View File

@ -5,7 +5,9 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v4.8.0...main)
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v5.0.0...main)
## [5.0.0](https://codeberg.org/daudix/duckquill/compare/v4.8.0...v5.0.0)
### Added

View File

@ -70,7 +70,7 @@ It is highly recommended to switch from the `main` branch to the latest release:
```bash
cd themes/duckquill
git checkout tags/v4.8.0
git checkout tags/v5.0.0
```
Then, enable it in your `config.toml`:
@ -84,7 +84,7 @@ To update the theme, simply switch to a new tag:
```bash
git submodule update --remote --merge
cd themes/duckquill
git checkout tags/v4.8.0
git checkout tags/v5.0.0
```
{% alert(important=true) %}

View File

@ -1,5 +1,5 @@
/*!
* Duckquill v4.8.0 (https://duckquill.daudix.one)
* Duckquill v5.0.0 (https://duckquill.daudix.one)
* Copyright 2024 David "Daudix" Lapshin
* Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE)
*/