From 4602472ee485002c414f9997fcd4037c8eda8758 Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Tue, 5 Aug 2025 23:01:00 +0200 Subject: [PATCH] Bumped to version 13.4.0 --- CHANGELOG.md | 10 ++++++++-- Gemfile.lock | 2 +- lib/fastlane/plugin/wpmreleasetoolkit/version.rb | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5decf05e1..ffd09ca10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,7 @@ _None_ ### New Features -- Add the possibility to configure in `DerivedBuildCodeFormatter` a versioning prefix instead of always defaulting to 1. [#656] -- Add configurable number of digits in version components in `DerivedBuildCodeFormatter`. [#657] +_None_ ### Bug Fixes @@ -21,6 +20,13 @@ _None_ _None_ +## 13.4.0 + +### New Features + +- Add the possibility to configure in `DerivedBuildCodeFormatter` a versioning prefix instead of always defaulting to 1. [#656] +- Add configurable number of digits in version components in `DerivedBuildCodeFormatter`. [#657] + ## 13.3.1 ### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index ec244e182..a134e4d13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (13.3.1) + fastlane-plugin-wpmreleasetoolkit (13.4.0) activesupport (>= 6.1.7.1) buildkit (~> 1.5) chroma (= 0.2.0) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb index d7ffe1726..24d41e957 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb @@ -2,6 +2,6 @@ module Fastlane module Wpmreleasetoolkit - VERSION = '13.3.1' + VERSION = '13.4.0' end end