From 02a4021705fc7bd01f10f2ae858252234c6b1b30 Mon Sep 17 00:00:00 2001
From: Arto Bendiken <arto@bendiken.net>
Date: Mon, 13 Jan 2025 22:36:58 +0100
Subject: [PATCH] Bump the version to 0.2.5.

---
 CHANGES.md | 2 ++
 Cargo.toml | 2 +-
 VERSION    | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index f2e94be..280dabd 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,6 +5,8 @@ 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/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## 0.2.5 - 2025-01-13
+
 ## 0.2.4 - 2024-10-15
 ### Fixed
 - Module visibility
diff --git a/Cargo.toml b/Cargo.toml
index 2378c7d..475a973 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ default-members = ["lib/*"]
 resolver = "2"
 
 [workspace.package]
-version = "0.2.4"
+version = "0.2.5"
 authors = ["Arto Bendiken"]
 edition = "2021"
 rust-version = "1.70"
diff --git a/VERSION b/VERSION
index abd4105..3a4036f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.4
+0.2.5