From 99d27dce3a8815301ad588280acb5d4c348103d9 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Tue, 30 Apr 2024 19:53:54 +0200 Subject: [PATCH] v0.1.3 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4acb119..1061a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.3] - 2024-04-30 + +## Added + +### Changed + +### Fixed +- Missing space in accounts column of Domain list (#5) + ## [0.1.2] - 2024-04-17 ## Added diff --git a/Cargo.lock b/Cargo.lock index 7956fe8..8065cef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2004,7 +2004,7 @@ dependencies = [ [[package]] name = "webadmin" -version = "0.1.2" +version = "0.1.3" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index ff54934..973e8cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://stalw.art" keywords = ["web", "admin", "email", "mail", "server"] categories = ["email"] license = "AGPL-3.0-only" -version = "0.1.2" +version = "0.1.3" edition = "2021" resolver = "2"