Source: PR #4 follow-up review (minor)
Problem
Version number is still 1.0.0 in the plugin header (line 6) despite significant additions (Phase 1 AS throttle, memoization fix, etc.). The CHANGELOG puts these under [Unreleased], which is correct for now.
Fix
Bump version in the plugin header and add a dated CHANGELOG entry before merging to a release branch. Suggested: 1.1.0 (new feature, backward-compatible).
Source: PR #4 follow-up review (minor)
Problem
Version number is still
1.0.0in the plugin header (line 6) despite significant additions (Phase 1 AS throttle, memoization fix, etc.). The CHANGELOG puts these under[Unreleased], which is correct for now.Fix
Bump version in the plugin header and add a dated CHANGELOG entry before merging to a release branch. Suggested:
1.1.0(new feature, backward-compatible).