Skip to content

Commit ae0e920

Browse files
committed
Bumped to version 14.1.0
1 parent 0a4a20f commit ae0e920

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,24 @@ _None_
1010

1111
### New Features
1212

13-
- Added optional `exclude` parameter to `find_previous_tag` action, mapping to git's `--exclude` flag. This allows skipping beta/pre-release tags when searching for the previous stable release tag [#696]
13+
_None_
1414

1515
### Bug Fixes
1616

1717
_None_
1818

1919
### Internal Changes
2020

21+
_None_
22+
23+
## 14.1.0
24+
25+
### New Features
26+
27+
- Added optional `exclude` parameter to `find_previous_tag` action, mapping to git's `--exclude` flag. This allows skipping beta/pre-release tags when searching for the previous stable release tag [#696]
28+
29+
### Internal Changes
30+
2131
- Enhance `AGENTS.md` with comprehensive project guidance for AI agents. [#692]
2232
- Bumped `faraday` to address security vulnerability. [#689]
2333
- Bumped `nokogiri` to address security vulnerability. [#693]

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (14.0.0)
4+
fastlane-plugin-wpmreleasetoolkit (14.1.0)
55
activesupport (>= 6.1.7.1)
66
buildkit (~> 1.5)
77
chroma (= 0.2.0)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Fastlane
44
module Wpmreleasetoolkit
55
NAME = 'fastlane-plugin-wpmreleasetoolkit'
6-
VERSION = '14.0.0'
6+
VERSION = '14.1.0'
77
end
88
end

0 commit comments

Comments
 (0)