Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 15, 2025

Summary

This PR updates the version number from 0.4.0 to 0.4.1 consistently across all files in the repository, resolving version inconsistencies that existed in several locations.

Changes Made

Updated version references in the following files:

  • config.go - Core application version constant
  • config_test.go - Test expectation for version validation
  • info_test.go - Test expectation for app info display
  • .github/workflows/appimage.yml - AppImage build artifact naming (both build and upload steps)
  • snap/snapcraft.yaml - Snap package version (was still at 0.3.4)
  • CHANGELOG.md - Added new 0.4.1 release entry

Notes

  • The us.tylerc.cycles.yaml flatpak configuration already had the correct version (0.4.1) and did not require changes
  • Historical documentation in CHANGELOG.md and OVERHAUL_SUMMARY.md correctly preserves references to previous versions (0.4.0, 0.3.4)

Fixes the version inconsistencies mentioned in the issue, ensuring all active version references throughout the codebase are now synchronized at 0.4.1.

Original prompt

This section details on the original issue you should resolve

<issue_title>Update the version everywhere to 0.4.1</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)

@TylerCode It's inconsistent in a few places.

Fixes #5


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: TylerCode <18288340+TylerCode@users.noreply.github.com>
Copilot AI changed the title [WIP] Update version number to 0.4.1 across the project Update version to 0.4.1 across all project files Oct 15, 2025
Copilot AI requested a review from TylerCode October 15, 2025 00:35
@TylerCode TylerCode marked this pull request as ready for review October 15, 2025 00:37
@TylerCode TylerCode merged commit 4fd9a80 into main Oct 15, 2025
4 checks passed
@TylerCode TylerCode deleted the copilot/update-version-to-041 branch October 15, 2025 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update the version everywhere to 0.4.1

2 participants