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