Skip to content

Releases: versionize/versionize

v2.5.0

01 Feb 02:09

Choose a tag to compare

What's changed?

✨ Features

  • add .versionize config schema for IntelliSense/Autocomplete (#183) (93d5df3)
  • add support for updating AssemblyInfo.cs version attributes (#190) (aa50527)

📦 Refactor

  • implement fluent api for versionize command and add interface abstractions (#188) (c062789)
  • modify error handling approach (#180) (af1a56c)
  • organize link builders into a folder and apply a few readability improvements (#184) (76cb3e7)
  • replace BumpFileType with SkipBumpFile in VersionizeOptions (#185) (4e49f46)
  • split WorkingCopy into isolated command classes (#186) (aa42746)

🧪 Tests

  • make arrange-act-assert pattern explicit via comments (#181) (2c2c0ce)
  • fix: GPG signing tests fail with unhelpful error message when GPG is not detected in developer environment (#191) (10fb64f)

♻️ Chores

  • update ci and readme after renaming master to main (#182) (f8b793a)
  • release: 2.5.0 (d219ec7)

v2.4.0

13 Nov 06:32

Choose a tag to compare

What's changed?

✨ Features

  • add ability to override boolean file config via cli (#173) (bd263c4)
  • add cli validation and xml config documentation (#177) (a74778b)
  • add Git configuration checks for versioning operations (#168) (41ee0aa)
  • add support for configurable version element bumping in project files (#171) (04714f0)
  • add support for JIRA issues (#162) (3410b39)
  • make changelog "Other" header customizable (#174) (c7f2be9)
  • support customizing tag template and changelog tag link (#96) (cfede54)

🐛 Bug Fixes

  • change regex for azure commits and issues to be in line with the current azure environment (#160) (9f1f973)
  • changelog cmd: returns entire history if the current tag is a prerelease (7248184)

📦 Refactor

  • formatting, sealed, init-only, renaming (#178) (f467c17)

🔨 Build

⚙️ Continuous Integrations

  • add GitHub Release workflow (#175) (83ff188)
  • only run ci for non-draft PRs and code changes (#149) (cfe1c72)

📚 Docs

  • add copilot-instructions.md for better AI agent guidance (#164) (024907f)

♻️ Chores

  • implement style rules in editorconfig and simplify code (#165) (e3ac0a5)

v2.4.0-beta.0

11 Nov 08:23

Choose a tag to compare

v2.4.0-beta.0 Pre-release
Pre-release

What's changed?

✨ Features

  • add ability to override boolean file config via cli (#173) (bd263c4)
  • add Git configuration checks for versioning operations (#168) (41ee0aa)
  • add support for configurable version element bumping in project files (#171) (04714f0)
  • add support for JIRA issues (#162) (3410b39)
  • make changelog "Other" header customizable (#174) (c7f2be9)
  • support customizing tag template and changelog tag link (#96) (cfede54)

🐛 Bug Fixes

  • change regex for azure commits and issues to be in line with the current azure environment (#160) (9f1f973)

⚙️ Continuous Integrations

  • add GitHub Release workflow (#175) (83ff188)
  • only run ci for non-draft PRs and code changes (#149) (cfe1c72)

📚 Docs

  • add copilot-instructions.md for better AI agent guidance (#164) (024907f)

♻️ Chores

  • implement style rules in editorconfig and simplify code (#165) (e3ac0a5)