From fa0b6863bc6a285ee8c81dfd7a5296872cab2503 Mon Sep 17 00:00:00 2001 From: Fomegne Brady Date: Sun, 13 Aug 2023 13:58:26 +0100 Subject: [PATCH] chore(clafrica): update crate version (#66) Released v0.3.1 --- CHANGELOG.md | 2 ++ clafrica/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8640f79..ab5e643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2023-08-13 + ### Added - Implement the auto capitalization. [(#56)](https://github.com/pythonbrad/clafrica/pull/56) diff --git a/clafrica/Cargo.toml b/clafrica/Cargo.toml index 3443fc4..4f7fa01 100644 --- a/clafrica/Cargo.toml +++ b/clafrica/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clafrica" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "This application allows you to type most of the characters in the african alphabet in any text field." keywords = ["african", "ime", "typing"]