Skip to content

Releases: tomphp/versioned-files

Release v0.4.4

26 Oct 21:58
Compare
Choose a tag to compare

Bug Fixes

  • 28fe717 - Remove duplicate output - Tom Oram

  • 3dfc5fd - Add a formatter - Billie Thompson

Miscellaneous Chores

  • 991db76 - (version) v0.4.4 [skip ci] - cog-bot

Refactoring

  • bf4fc93 - Use UUIDs to tie events together - Tom Oram

  • 9fb1b82 - Move update logic to commands::update - Tom Oram

  • 5ac9e7b - Extract Command - Tom Oram

  • c8c9138 - Extract Formatter - Tom Oram

  • b0cecfc - Move app state into own module - Billie Thompson

  • 22325fd - Extract app state into struct - Billie Thompson

Release v0.4.3

26 Oct 14:50
Compare
Choose a tag to compare

Bug Fixes

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

Continuous Integration

  • 4b18179 - Use make in the pipeline - Tom Oram

  • 0ae7cb4 - Use pinned version of versioned-files action - Tom Oram

  • 9d26f1d - Restructure job dependencies - Tom Oram

Miscellaneous Chores

  • 8c0cbe3 - (version) v0.4.3 [skip ci] - cog-bot
  • d1366c0 - Add versioned-files.exe to .gitignore - Tom Oram

Refactoring

  • 20e46bb - (update-command) Use events to display output - Tom Oram

  • 7b21b86 - Formatting - Billie Thompson

  • e9e7f18 - Use futures::streams - Tom Oram

Release v0.4.2

24 Oct 19:50
Compare
Choose a tag to compare

Bug Fixes

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

Continuous Integration

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

Miscellaneous Chores

  • 3c5392f - (version) v0.4.2 [skip ci] - cog-bot

Release v0.4.1

24 Oct 18:18
Compare
Choose a tag to compare

Bug Fixes

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

Build system

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

Continuous Integration

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

Miscellaneous Chores

  • 129eb62 - (version) v0.4.1 [skip ci] - cog-bot

Style

  • ed5eff6 - Fix lint issues - Tom Oram

Release v0.4.0

24 Oct 15:17
Compare
Choose a tag to compare

Features

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

Miscellaneous Chores

  • 958227f - (version) v0.4.0 [skip ci] - cog-bot

Release v0.3.0

24 Oct 13:45
Compare
Choose a tag to compare

Documentation

  • 2559870 - Update version - Tom Oram

Features

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

Miscellaneous Chores

  • cff0561 - (version) v0.3.0 [skip ci] - cog-bot

Style

  • 8743505 - Apply code styles - Tom Oram

Release v0.2.2

24 Oct 08:42
Compare
Choose a tag to compare

Bug Fixes

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

Miscellaneous Chores

  • b584553 - (version) v0.2.2 [skip ci] - cog-bot

Release v0.2.1

24 Oct 07:44
Compare
Choose a tag to compare

Bug Fixes

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

Continuous Integration

  • dfc7d36 - Use tomphp/github-actions/checkout-rust-project - Tom Oram

  • 025643b - Require GitHub action tests to pass before releasing - Tom Oram

Miscellaneous Chores

  • 7ecd659 - (version) v0.2.1 [skip ci] - cog-bot

Refactoring

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

Release v0.2.0

23 Oct 17:27
Compare
Choose a tag to compare

Features

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

Miscellaneous Chores

  • 53c36b8 - (version) v0.2.0 [skip ci] - cog-bot

Release v0.1.0

23 Oct 15:01
Compare
Choose a tag to compare

Build system

  • f576a20 - Add specdown - Tom Oram

  • e882c95 - Initialize cargo project - Tom Oram

Continuous Integration

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

Documentation

  • 8108d37 - Add current status warning - Tom Oram

Features

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

Miscellaneous Chores

  • 6a29630 - (bump-cmd) Add logic to substitute string patterns - Tom Oram

  • 431efc7 - (version) v0.1.0 [skip ci] - cog-bot

  • dd4f669 - Rename to bump command to update - Tom Oram

  • b4a97d7 - Rename to versioned-files - Tom Oram

  • 99f86f7 - Bootstrap the clap framework - Tom Oram

Refactoring

  • fe41245 - Move Config to config::Config - Tom Oram

  • d94a9f8 - Move StringPatternConfig to string_pattern::Config - Tom Oram