From 24f1b54851a904dace77718deee67b5a2871ae1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matja=C5=BE=20Horvat?= Date: Mon, 19 Jul 2021 19:39:14 +0200 Subject: [PATCH] Bump version to 0.3.0 since it changes the public API (#229) --- fluent-pseudo/CHANGELOG.md | 2 +- fluent-pseudo/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fluent-pseudo/CHANGELOG.md b/fluent-pseudo/CHANGELOG.md index 7f93ae6d..ddf520a6 100644 --- a/fluent-pseudo/CHANGELOG.md +++ b/fluent-pseudo/CHANGELOG.md @@ -4,7 +4,7 @@ - … -## fluent-pseudo 0.2.4 (July 19, 2021) +## fluent-pseudo 0.3.0 (July 19, 2021) - Ability to wrap strings in markers. ## fluent-pseudo 0.2.3 (November 12, 2020) diff --git a/fluent-pseudo/Cargo.toml b/fluent-pseudo/Cargo.toml index 8bbd8f2c..33ad0b8c 100644 --- a/fluent-pseudo/Cargo.toml +++ b/fluent-pseudo/Cargo.toml @@ -3,7 +3,7 @@ name = "fluent-pseudo" description = """ Pseudolocalization transformation API for use with Project Fluent API. """ -version = "0.2.4" +version = "0.3.0" edition = "2018" authors = [ "Zibi Braniecki ",