Skip to content

Latest commit

 

History

History
214 lines (98 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

214 lines (98 loc) · 10.2 KB

1.12.1 (2024-11-30)

Bug Fixes

  • add new line at end of written version file (fc95519)

1.12.0 (2024-11-27)

Features

  • log slightly more when versioning from a file (e1911ff)

1.11.0 (2024-11-27)

Features

  • add support for updating from a build version file (47a8038)

1.10.0 (2024-04-01)

Features

1.9.1 (2024-02-28)

Bug Fixes

  • android: remove leading zero from relative version code (#13) (0882396)

1.9.0 (2024-02-14)

Features

  • avoid clashes when generating pre-release version numbers (33e612c)

1.8.4 (2024-02-13)

Bug Fixes

  • kill ios pre-release mechanism (f06b117)

1.8.3 (2024-01-18)

Bug Fixes

  • allow double backslashes in pbxproj files (4d196e9)

1.8.2 (2023-08-14)

Bug Fixes

  • tweak pbxproj double quote replacement (d19fb90)

1.8.1 (2023-08-04)

Bug Fixes

  • strip double quotes from MARKETING_VERSION (350f3a7)

1.8.0 (2022-08-18)

Features

  • leave empty tags in plist files alone (3ef36e8)

1.7.0 (2022-08-18)

Features

  • leave current indents alone (d3d00b9)

1.6.2 (2022-08-18)

Bug Fixes

  • version native files from prepare rather than publish (b647445)

1.6.1 (2022-08-13)

Bug Fixes

  • add validation for version strategies (5702b8e)

1.6.0 (2022-08-13)

Bug Fixes

  • only allow pre-releases for ios in strict mode (0fa4c8d)

Features

  • add ignore pre-release strategy (0f28cce)
  • skip prereleases entirely if noPrerelease given (c9dbfcf)

1.5.0 (2022-08-13)

Features

  • add ios versioning strategies (351b94c)
  • add semantic version strategy for ios (d74843b)
  • implement more android version strategies (6d7c605)

1.4.1 (2022-08-13)

Bug Fixes

  • do not override any MARKETING_VERSION in Info.plist (fb40be6)

1.4.0 (2022-08-13)

Bug Fixes

  • use iosPackageName to ignore plist updates too (31c09db)

Features

  • validate remaining plugin config options (5daaaba)

1.3.4 (2022-08-13)

Bug Fixes

  • bring CURRENT_PROJECT_VERSION and MARKETING_VERSION inline (eb2ce47)
  • leave $(CURRENT_PROJECT_VERSION) alone (1e45d08)
  • start CFBundleVersion from 1.1.1 if it does not exist (ede25a2)

1.3.3 (2022-08-13)

Bug Fixes

  • logging of new bundle version (2bcdc64)

1.3.2 (2022-08-13)

Bug Fixes

1.3.1 (2022-08-13)

Bug Fixes

1.3.0 (2022-08-13)

Bug Fixes

  • do not rely on CURRENT_PROJECT_VERSION existing (d2ef7fa)
  • pre-release strategy (6fbd54e)

Features

  • add more robust ios versioning strategy (655e953)
  • add pre-release strategy (e1b806a)

1.2.0 (2022-08-13)

Features

  • add noPrerelease option (2ad5a27)

1.1.0 (2022-08-12)

Features

  • add verifyConditions step for paths (53425c4)

1.0.1 (2022-08-12)

Bug Fixes

  • remove invalid cwd context option (7ea6586)

1.0.0 (2022-08-12)

Features

  • add android versioning (7387134)
  • add ios versioning (8712c31)
  • add package boilerplate (855b4e5)
  • add skip android versioning option (af5e714)