Skip to content

Latest commit

 

History

History
121 lines (100 loc) · 9.2 KB

CHANGELOG.md

File metadata and controls

121 lines (100 loc) · 9.2 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


v0.4.4 - 2023-10-26

Bug Fixes

  • Remove duplicate output - (28fe717) - Tom Oram
  • Add a formatter - (3dfc5fd) - Billie Thompson

Refactoring

  • Use UUIDs to tie events together - (bf4fc93) - Tom Oram
  • Move update logic to commands::update - (9fb1b82) - Tom Oram
  • Extract Command - (5ac9e7b) - Tom Oram
  • Extract Formatter - (c8c9138) - Tom Oram
  • Move app state into own module - (b0cecfc) - Billie Thompson
  • Extract app state into struct - (22325fd) - Billie Thompson

v0.4.3 - 2023-10-26

Bug Fixes

  • Lift the process exit to main - (5f5ac06) - Billie Thompson

Continuous Integration

  • Use make in the pipeline - (4b18179) - Tom Oram
  • Use pinned version of versioned-files action - (0ae7cb4) - Tom Oram
  • Restructure job dependencies - (9d26f1d) - Tom Oram

Miscellaneous Chores

  • Add versioned-files.exe to .gitignore - (d1366c0) - Tom Oram

Refactoring

  • (update-command) Use events to display output - (20e46bb) - Tom Oram
  • Formatting - (7b21b86) - Billie Thompson
  • Use futures::streams - (e9e7f18) - Tom Oram

v0.4.2 - 2023-10-24

Bug Fixes

  • (ci) Use the versioned-files action to bump versions - (40ed363) - Tom Oram
  • (versioned-files-action) Use lastest version - (0b54281) - Tom Oram

Continuous Integration

  • Temporarily use use versioned-files action directly - (1f2e056) - Tom Oram

v0.4.1 - 2023-10-24

Bug Fixes

  • (ci) Use the versioned-files action to bump versions - (d8cca23) - Tom Oram
  • (update-command) Wait for cargo-edit to install - (06f72d7) - Tom Oram

Build system

  • Create make target to build release version - (b0f9b62) - Tom Oram

Continuous Integration

  • Temporarily use built version to bump - (a6a979e) - Tom Oram

Style

  • Fix lint issues - (ed5eff6) - Tom Oram

v0.4.0 - 2023-10-24

Features

  • (versioned-files-action) Create action - (5b6638b) - Tom Oram

v0.3.0 - 2023-10-24

Documentation

  • Update version - (2559870) - Tom Oram

Features

  • (update-command) Add !cargo - (ec16aaa) - Tom Oram

Style

  • Apply code styles - (8743505) - Tom Oram

v0.2.2 - 2023-10-24

Bug Fixes

  • (build) Compile binary with correct version number - (e4cfc2d) - Tom Oram

v0.2.1 - 2023-10-24

Bug Fixes

  • (ci) Update the version number - (a767887) - Tom Oram

Continuous Integration

  • Use tomphp/github-actions/checkout-rust-project - (dfc7d36) - Tom Oram
  • Require GitHub action tests to pass before releasing - (025643b) - Tom Oram

Refactoring

  • (setup-versioned-files-action) Use tomphp/github-actions/install-release-binary - (fbcde17) - Tom Oram
  • (setup-versioned-files-action) Add Determine Binary Name step - (1e933de) - Tom Oram

v0.2.0 - 2023-10-23

Features

  • (setup-versioned-files-action) Create github action - (cf92e86) - Tom Oram

v0.1.0 - 2023-10-23

Build system

  • Add specdown - (f576a20) - Tom Oram
  • Initialize cargo project - (e882c95) - Tom Oram

Continuous Integration

  • (dependabot) Add dependabot and mergify config - (083d833) - Tom Oram
  • Add pipeline - (4b5e023) - Tom Oram

Documentation

  • Add current status warning - (8108d37) - Tom Oram

Features

  • (bump-cmd) Implement string-pattern update - (c6b4b58) - Tom Oram
  • (bump-cmd) Error when bump-version.yml is missing - (a75caeb) - Tom Oram
  • (help) Add documentation to command help - (e97cec2) - Tom Oram

Miscellaneous Chores

  • (bump-cmd) Add logic to substitute string patterns - (6a29630) - Tom Oram
  • Rename to bump command to update - (dd4f669) - Tom Oram
  • Rename to versioned-files - (b4a97d7) - Tom Oram
  • Bootstrap the clap framework - (99f86f7) - Tom Oram

Refactoring

  • Move Config to config::Config - (fe41245) - Tom Oram
  • Move StringPatternConfig to string_pattern::Config - (d94a9f8) - Tom Oram

Changelog generated by cocogitto.