Skip to content

Update README install examples to v1.1.0#123

Merged
alexec merged 1 commit into
mainfrom
copilot/update-versions-in-readme
Jun 21, 2026
Merged

Update README install examples to v1.1.0#123
alexec merged 1 commit into
mainfrom
copilot/update-versions-in-readme

Conversation

Copilot AI commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

The README still pointed install commands at v1.0.2, which no longer matched the current tagged release. This updates the documented download and go install examples to use v1.1.0.

  • README version refresh

    • Updated all release download URLs in /README.md from v1.0.2 to v1.1.0
    • Updated the Go install example to github.com/kitproj/kit@v1.1.0
  • Installation examples aligned

    • Kept the existing install matrix intact for Linux/macOS and amd64/arm64
    • Changed only the versioned artifacts referenced by the examples
# For Linux (amd64)
sudo curl --fail --location --output /usr/local/bin/kit \
  https://github.com/kitproj/kit/releases/download/v1.1.0/kit_v1.1.0_linux_amd64

# For Go users
go install github.com/kitproj/kit@v1.1.0

@alexec alexec marked this pull request as ready for review June 21, 2026 22:53
Copilot AI review requested due to automatic review settings June 21, 2026 22:53
@alexec alexec enabled auto-merge (squash) June 21, 2026 22:53
@alexec alexec merged commit ef204a9 into main Jun 21, 2026
3 checks passed
@alexec alexec deleted the copilot/update-versions-in-readme branch June 21, 2026 22:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the installation examples in README.md to reference the current v1.1.0 release tag instead of the older v1.0.2, keeping documented download and go install commands aligned with the latest release artifacts.

Changes:

  • Updated all GitHub release download URLs in the README install matrix from v1.0.2v1.1.0.
  • Updated the Go install example to go install github.com/kitproj/kit@v1.1.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants