From 678d74ee09ebb31bc01efa7e291531598f2a8859 Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 30 Sep 2024 06:47:16 +0300 Subject: [PATCH] Bump to v5.3.1 Two releases a day? Yes. --- CHANGELOG.md | 4 +++- content/_index.md | 4 ++-- sass/style.scss | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aabe0f..fb18203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/v5.3.0...main) +## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v5.3.1...main) + +## [5.3.1](https://codeberg.org/daudix/duckquill/compare/v5.3.0...v5.3.1) ### Changed diff --git a/content/_index.md b/content/_index.md index dd763cd..298b291 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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/v5.3.0 +git checkout tags/v5.3.1 ``` 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/v5.3.0 +git checkout tags/v5.3.1 ``` {% alert(important=true) %} diff --git a/sass/style.scss b/sass/style.scss index 3c80e6b..b690818 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,5 @@ /*! - * Duckquill v5.3.0 (https://duckquill.daudix.one) + * Duckquill v5.3.1 (https://duckquill.daudix.one) * Copyright 2024 David "Daudix" Lapshin * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) */